aboutsummaryrefslogtreecommitdiff
path: root/www/mod_fastcgi
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-31 23:23:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-31 23:23:21 +0000
commitb1f3b29cbd8541f0b318c908c1a106321af8d39d (patch)
tree2df2f7a26c6a3ead0787028f71192d035f15cf58 /www/mod_fastcgi
parent0b3aa46d280b4575ac215244ec45450b5fd78b4a (diff)
Notes
Diffstat (limited to 'www/mod_fastcgi')
-rw-r--r--www/mod_fastcgi/Makefile12
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>