summaryrefslogtreecommitdiff
path: root/ports-mgmt/tinderbox-devel
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-03 00:00:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-03 00:00:47 +0000
commitbe6bc69b0fc74f37a3f2447a9f194641af9e7c38 (patch)
tree651c289d2f8140924ea7195c452ae7a56907ade1 /ports-mgmt/tinderbox-devel
parentupdate port security/rkhunter (diff)
Add patches as supplied in ports/91151
PR: ports/91151 Submitted by: Andrey Slusar <anray@freebsd.org>
Notes
Notes: svn path=/head/; revision=152627
Diffstat (limited to 'ports-mgmt/tinderbox-devel')
-rw-r--r--ports-mgmt/tinderbox-devel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports-mgmt/tinderbox-devel/Makefile b/ports-mgmt/tinderbox-devel/Makefile
index eb923c42ce10..250e373b34bd 100644
--- a/ports-mgmt/tinderbox-devel/Makefile
+++ b/ports-mgmt/tinderbox-devel/Makefile
@@ -23,7 +23,7 @@ OPTIONS= PGSQL "With pgsql" On \
NO_BUILD= yes
USE_APACHE= yes
-USE_PHP= pgsql mysql session
+USE_PHP= session
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
@@ -31,10 +31,12 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
.if defined(WITH_PGSQL)
USE_PGSQL= yes
+USE_PHP+= pgsql
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
.endif
.if defined(WITH_MYSQL)
+USE_PHP+= mysql
USE_MYSQL= yes
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
.endif