1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Steven Kreuzer 2010-12-20 18:39:39 +00:00
parent bef102ab1c
commit 9ec0d18c32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266659
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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)