Bug 59274

Summary: fix build: textport/libpathan
Product: Ports & Packages Reporter: Cheng-Lung Sung <clsung>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me CC: clsung
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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!