diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-09-09 17:48:06 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-09-09 17:48:06 +0000 |
commit | 96c50da03ea98266dd5e071b2a86770f95f56f4f (patch) | |
tree | 03debf97ed1df3eebbf04690d28092e8035f305a | |
parent | 6d23d035de56b8745315fc30c72cf7af0daab8a3 (diff) | |
download | FreeBSD-ports-96c50da03ea98266dd5e071b2a86770f95f56f4f.zip FreeBSD-ports-96c50da03ea98266dd5e071b2a86770f95f56f4f.tar.gz |
support appache13-modssl
no response from MAINTAINER
-rw-r--r-- | www/mod_fastcgi/Makefile | 6 |
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 ; |