diff options
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> |