diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2010-12-21 02:39:39 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2010-12-21 02:39:39 +0800 |
commit | 7d2b5dd39eaa7d8d83602d04e935bd2b8bb63915 (patch) | |
tree | f49a275385e534abb253c77f110abe0dc393c264 | |
parent | 13566022d5976c157f4ade064abee50968ecc98d (diff) | |
download | freebsd-ports-graphics-7d2b5dd39eaa7d8d83602d04e935bd2b8bb63915.tar.gz freebsd-ports-graphics-7d2b5dd39eaa7d8d83602d04e935bd2b8bb63915.tar.zst freebsd-ports-graphics-7d2b5dd39eaa7d8d83602d04e935bd2b8bb63915.zip |
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)
-rw-r--r-- | www/rt38/Makefile | 3 | ||||
-rw-r--r-- | www/rt40/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile index ac94670c3fa..8392f092ae5 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 ac94670c3fa..8392f092ae5 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) |