From 9ec0d18c32ff221bbc791f377bd3d98559b711d7 Mon Sep 17 00:00:00 2001 From: Steven Kreuzer Date: Mon, 20 Dec 2010 18:39:39 +0000 Subject: Add p5-FastCGI as dependency when FASTCGI is defined PR: ports/151644 Submitted by: Steve Approved by: Florian Smeets (maintainer) --- www/rt38/Makefile | 3 ++- www/rt40/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'www') 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) -- cgit v1.2.3