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 | |
parent | Upgrade 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')
-rw-r--r-- | www/mod_perl/Makefile | 5 | ||||
-rw-r--r-- | www/mod_perl2/Makefile | 5 |
2 files changed, 6 insertions, 4 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> 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> |