summaryrefslogtreecommitdiff
path: root/www/mod_perl2
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-03 06:26:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-03 06:26:02 +0000
commit756b90013322fc3e670c78c80c3de47be9154c02 (patch)
treee59eb5664cc82154626d1260325ce5dd5f0afd4b /www/mod_perl2
parentUpgrade to 0.4. (diff)
Support APACHE_PORT to build with desired apache13* port.
Reviewed by: vanilla
Notes
Notes: svn path=/head/; revision=65536
Diffstat (limited to 'www/mod_perl2')
-rw-r--r--www/mod_perl2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile
index 45363f6931bd..5aa90b168512 100644
--- a/www/mod_perl2/Makefile
+++ b/www/mod_perl2/Makefile
@@ -13,8 +13,8 @@ MASTER_SITE_SUBDIR= Apache
MAINTAINER= vanilla@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
-RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
+BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE_PORT}
+RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${APACHE_PORT}
USE_PERL5= YES
@@ -35,6 +35,7 @@ MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \
mod_perl_tuning.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
PERLSITEDIR= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
+APACHE_PORT?= ${PORTSDIR}/www/apache13
.include <bsd.port.pre.mk>