summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2010-12-20 18:39:39 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2010-12-20 18:39:39 +0000
commit9ec0d18c32ff221bbc791f377bd3d98559b711d7 (patch)
treeca598e3e6d6b2865602ac653ac0c3727b858b85a /www
parentPut ${LOCALBASE}/include at the end of the include path to prevent headers in (diff)
Add p5-FastCGI as dependency when FASTCGI is defined
PR: ports/151644 Submitted by: Steve <steve@mailermailer.com> Approved by: Florian Smeets <flo@smeets.im> (maintainer)
Notes
Notes: svn path=/head/; revision=266659
Diffstat (limited to 'www')
-rw-r--r--www/rt38/Makefile3
-rw-r--r--www/rt40/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile
index ac94670c3fa2..8392f092ae5f 100644
--- a/www/rt38/Makefile
+++ b/www/rt38/Makefile
@@ -73,7 +73,8 @@ USE_APACHE= 1.3+
.if defined(WITH_FASTCGI)
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
-RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
+RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
+ ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
.endif
.if defined(WITH_GRAPHVIZ)
diff --git a/www/rt40/Makefile b/www/rt40/Makefile
index ac94670c3fa2..8392f092ae5f 100644
--- a/www/rt40/Makefile
+++ b/www/rt40/Makefile
@@ -73,7 +73,8 @@ USE_APACHE= 1.3+
.if defined(WITH_FASTCGI)
BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
-RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi
+RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \
+ ${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI
.endif
.if defined(WITH_GRAPHVIZ)