diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-03 06:26:02 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-03 06:26:02 +0000 |
commit | d06b3c877d4d24bd5e3290bd25d89833bddc2c5d (patch) | |
tree | 9282b187cf55645ab0b692dd2e0ff0b3d54fcdd4 /www | |
parent | 411af58167a7bdc734ec133ee56845c78afc2c84 (diff) | |
download | FreeBSD-ports-d06b3c877d4d24bd5e3290bd25d89833bddc2c5d.zip FreeBSD-ports-d06b3c877d4d24bd5e3290bd25d89833bddc2c5d.tar.gz |
Support APACHE_PORT to build with desired apache13* port.
Reviewed by: vanilla
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 45363f6..5aa90b1 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 45363f6..5aa90b1 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> |