From 756b90013322fc3e670c78c80c3de47be9154c02 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 3 Sep 2002 06:26:02 +0000 Subject: Support APACHE_PORT to build with desired apache13* port. Reviewed by: vanilla --- www/mod_perl2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/mod_perl2') 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 -- cgit v1.2.3