diff options
-rw-r--r-- | www/p5-Apache/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile index a929133fd067..336e90afd92b 100644 --- a/www/p5-Apache/Makefile +++ b/www/p5-Apache/Makefile @@ -15,12 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -.if !defined(APACHE_PORT) -APACHE_PORT=apache13 -.endif BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/${APACHE_PORT} \ ${PREFIX}/bin/lwp-download:${PORTSDIR}/www/p5-libwww +APACHE_PORT?= apache13 USE_PERL5= yes MAN3= Apache.3 \ Apache::Constants.3 \ |