diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 22:39:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-14 22:39:26 +0000 |
commit | f2814513c8c7f49ca7dcb09e045f1c53966d27a8 (patch) | |
tree | d82c279f32ec90891bfae237f7b9717e93926286 | |
parent | Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4. (diff) |
Add perl dependency. [1]
make -> ${MAKE}
PR: ports/59274 [1]
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> [1]
Approved by: adamw (mentor)
-rw-r--r-- | textproc/libpathan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libpathan/Makefile b/textproc/libpathan/Makefile index 17b7150adb0d..5e68cfe05067 100644 --- a/textproc/libpathan/Makefile +++ b/textproc/libpathan/Makefile @@ -19,10 +19,11 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:extract USE_BISON= yes USE_GMAKE= yes +USE_PERL5= yes USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} INSTALLS_SHLIB= yes -XERCESCROOT= `cd ${PORTSDIR}/textproc/xerces-c2; make -V WRKSRC` +XERCESCROOT= `cd ${PORTSDIR}/textproc/xerces-c2; ${MAKE} -V WRKSRC` CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= XERCESCROOT=${XERCESCROOT} CONFIGURE_SCRIPT= runConfigure |