diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-09 17:48:06 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-09 17:48:06 +0000 |
commit | 9159c6f810076513d4fcbd426e0cb39138a58ba5 (patch) | |
tree | f1851d8033bc2e8dd11df4452081fdc829de47fa /www/mod_fastcgi | |
parent | ea8e75d4dd8d57cb3c6d549e1db139d7d137d4bf (diff) | |
download | ports-9159c6f810076513d4fcbd426e0cb39138a58ba5.tar.gz ports-9159c6f810076513d4fcbd426e0cb39138a58ba5.zip |
Notes
Diffstat (limited to 'www/mod_fastcgi')
-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 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 ; |