diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-04 20:59:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-04 20:59:13 +0000 |
commit | 4ae9a51fe2b87220306be4f242288781d01e793c (patch) | |
tree | 48ca0134a2de85a71fd6e255fcbc5e7099f04e40 /www/apache13+ipv6 | |
parent | 63ace39cd9dd581d834a04582e5b9b4d57b8ea4b (diff) |
Define USE_PERL5 when the port specifies ${PERL} in CONFIGURE_ARGS.
Otherwise apxs doesn't work and all the mod_* ports fail to build.
Found by: bento
Notes
Notes:
svn path=/head/; revision=69466
Diffstat (limited to 'www/apache13+ipv6')
-rw-r--r-- | www/apache13+ipv6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/apache13+ipv6/Makefile b/www/apache13+ipv6/Makefile index 0b6f39ef13dd..96605ef36bfa 100644 --- a/www/apache13+ipv6/Makefile +++ b/www/apache13+ipv6/Makefile @@ -31,6 +31,8 @@ PATCHFILES= apache-1.3.27-v6-20021004.diff.gz MAINTAINER= sumikawa@FreeBSD.org +USE_PERL5= yes + DATADIR=${PREFIX}/www DOCUMENT_ROOT=${DATADIR}/data DEFAULT_PATH=/bin:/usr/bin:${PREFIX}/bin |