summaryrefslogtreecommitdiff
path: root/www/mod_fastcgi
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-09-09 17:48:06 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-09-09 17:48:06 +0000
commit9159c6f810076513d4fcbd426e0cb39138a58ba5 (patch)
treef1851d8033bc2e8dd11df4452081fdc829de47fa /www/mod_fastcgi
parentUpdate to version 1.9. (diff)
support appache13-modssl
no response from MAINTAINER
Notes
Notes: svn path=/head/; revision=65928
Diffstat (limited to 'www/mod_fastcgi')
-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 2ca700a853d2..44b6bfef1c98 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 ;