aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-09-10 01:48:06 +0800
committerdinoex <dinoex@FreeBSD.org>2002-09-10 01:48:06 +0800
commit96c50da03ea98266dd5e071b2a86770f95f56f4f (patch)
tree03debf97ed1df3eebbf04690d28092e8035f305a /www
parent6d23d035de56b8745315fc30c72cf7af0daab8a3 (diff)
downloadfreebsd-ports-gnome-96c50da03ea98266dd5e071b2a86770f95f56f4f.tar.gz
freebsd-ports-gnome-96c50da03ea98266dd5e071b2a86770f95f56f4f.tar.zst
freebsd-ports-gnome-96c50da03ea98266dd5e071b2a86770f95f56f4f.zip
support appache13-modssl
no response from MAINTAINER
Diffstat (limited to 'www')
-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 ;