diff options
Diffstat (limited to 'textproc')
-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 |