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 | |
parent | Chase libwnn6's shlib major bump. (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')
-rw-r--r-- | www/apache13/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 7eaa891fd84f..fedca1af264d 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -33,6 +33,8 @@ DISTNAME= apache_${PORTVERSION} MAINTAINER= ache@freebsd.org +USE_PERL5= yes + DATADIR=${PREFIX}/www DOCUMENT_ROOT=${DATADIR}/data DEFAULT_PATH=/bin:/usr/bin:${PREFIX}/bin |