summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)