diff options
Diffstat (limited to 'www/webobjects')
-rw-r--r-- | www/webobjects/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/webobjects/Makefile b/www/webobjects/Makefile index d69ad48bf804..05d456da1ff1 100644 --- a/www/webobjects/Makefile +++ b/www/webobjects/Makefile @@ -26,6 +26,7 @@ NO_WRKSUBDIR= yes NO_BUILD= yes USE_RC_SUBR= wotaskd.sh JavaMonitor.sh USE_JAVA= 1.4+ +USE_PERL5_BUILD=yes .include <bsd.port.pre.mk> .include "${MASTERDIR}/Makefile.plist" @@ -49,8 +50,6 @@ PKGINSTALL= ${WRKDIR}/pkg-install PKGMESSAGE= ${WRKDIR}/pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -USE_PERL5_BUILD=yes - EXTRACT_AFTER_ARGS=| ${TAR} -xpf - COPYTREE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \ 2>&1) && \ |