diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-03 06:26:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-03 06:26:02 +0000 |
commit | 756b90013322fc3e670c78c80c3de47be9154c02 (patch) | |
tree | e59eb5664cc82154626d1260325ce5dd5f0afd4b /www/mod_perl | |
parent | b7475c96e169b400195e8b766b3cf2d7cd9dff0d (diff) |
Notes
Diffstat (limited to 'www/mod_perl')
-rw-r--r-- | www/mod_perl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index 45363f6931bd..5aa90b168512 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/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> |