diff options
author | pav <pav@FreeBSD.org> | 2004-06-01 07:23:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-01 07:23:21 +0800 |
commit | f8115153d201b57dcd05d5a002e55be498d8ab3a (patch) | |
tree | 27a7a3ced2871c27d324718672422189bed0092c /www | |
parent | 96abb1c89041d24df2e540083c30ae86b887a117 (diff) | |
download | freebsd-ports-gnome-f8115153d201b57dcd05d5a002e55be498d8ab3a.tar.gz freebsd-ports-gnome-f8115153d201b57dcd05d5a002e55be498d8ab3a.tar.zst freebsd-ports-gnome-f8115153d201b57dcd05d5a002e55be498d8ab3a.zip |
- Back out rev. 1.16 which accidentally slipped into my previous commit
Pointy hat (XL size): pav
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_fastcgi/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile index c3412048db4f..ff1cbba9d5d0 100644 --- a/www/mod_fastcgi/Makefile +++ b/www/mod_fastcgi/Makefile @@ -14,15 +14,9 @@ MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ \ MAINTAINER= hollywar@mail.holywar.net COMMENT= A fast-cgi module for Apache -CONFLICTS= apache-contrib-1.* - -USE_APACHE= yes +BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} -.if exists(/usr/local/include/apache2/httpd.h) -WITH_APACHE2= yes -.endif - -.include <bsd.port.pre.mk> +CONFLICTS= apache-contrib-1.* .if defined(WITH_APACHE2) MAKEFILE= Makefile.AP2 @@ -71,4 +65,4 @@ post-install: @${ECHO_MSG} "* *" @${ECHO_MSG} "************************************************************" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |