summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/mod_fastcgi/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile
index 2ca700a..44b6bfe 100644
--- a/www/mod_fastcgi/Makefile
+++ b/www/mod_fastcgi/Makefile
@@ -13,8 +13,10 @@ MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ \
MAINTAINER= hollywar@mail.holywar.net
-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}
+
+APACHE_PORT?= ${PORTSDIR}/www/apache13
do-patch:
cd ${WRKSRC} ; ${MV} Makefile.tmpl Makefile ;
OpenPOWER on IntegriCloud