From 20d061e13029e03f9e1fc4660172cbd17af49eae Mon Sep 17 00:00:00 2001 From: dinoex Date: Tue, 10 Sep 2002 11:26:49 +0000 Subject: support appache13-modssl by defining APACHE_PORT in /etc/make.conf others variants of the apache ports can be used too. Approved by: dirk --- www/mod_php3/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/mod_php3') diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 8764c5014374..1fa644893745 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -27,8 +27,8 @@ PATCHFILES= mime.c.diff-3.0.gz MAINTAINER= dirk@FreeBSD.org .if !defined(STANDALONE) -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 -RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${APXS}:${APACHE_PORT} +RUN_DEPENDS= ${APXS}:${APACHE_PORT} .endif PATCH_DIST_ARGS= -d ${WRKSRC}/functions @@ -36,6 +36,8 @@ PATCH_DIST_ARGS= -d ${WRKSRC}/functions PHP_DISTDIR= distributions SLAVEDIRS= lang/php3 +APACHE_PORT?= ${PORTSDIR}/www/apache13 +APXS?= ${LOCALBASE}/sbin/apxs USE_SUBMAKE= yes GNU_CONFIGURE= yes -- cgit