diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2009-08-30 10:39:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2009-08-30 10:39:00 +0000 |
commit | 8d31b560f82d50126b84ee8ee97e528264f62a04 (patch) | |
tree | d68732a187618b710213e6a140d5c8951d5c9182 /www/webobjects | |
parent | efc9828cc507bd8ff4ef379d9ce52520527e2320 (diff) | |
download | ports-8d31b560f82d50126b84ee8ee97e528264f62a04.tar.gz ports-8d31b560f82d50126b84ee8ee97e528264f62a04.zip |
Notes
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) && \ |