Bug 59274 - fix build: textport/libpathan
Summary: fix build: textport/libpathan
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-14 03:10 UTC by Cheng-Lung Sung
Modified: 2003-11-14 22:40 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung 2003-11-14 03:10:19 UTC
- Fix build error at env w/o perl. noted by Kris

Fix: 

USE_BISON=     yes
 USE_GMAKE=     yes
+USE_PERL5=     yes
 USE_LIBTOOL=   yes
 WRKSRC=                ${WRKDIR}/${PORTNAME}-${PORTVERSION}
 INSTALLS_SHLIB=        yes--7ImuAZlvwP24Nwp9YMp6a4QDmlyP6UVbVFvljbeE41xOejiZ
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN /usr/ports/textproc/libpathan/Makefile ./libpathan/Makefile
--- /usr/ports/textproc/libpathan/Makefile      Wed Nov  5 01:53:48 2003
+++ ./libpathan/Makefile        Fri Nov 14 10:58:27 2003
@@ -19,6 +19,7 @@
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-14 15:18:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

I'll take this one.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2003-11-14 22:40:10 UTC
State Changed
From-To: open->closed

Committed, thanks!