aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-03 08:00:47 +0800
committeredwin <edwin@FreeBSD.org>2006-01-03 08:00:47 +0800
commitfaf50024f82bfbca202c2f9ba2d5833493bd2964 (patch)
treec52ae6aa82ff3238820dd016ba8e6d51b677af8a /misc
parente7ad3b8a520542542eb4c129ba4bd2c7ea7221c0 (diff)
downloadfreebsd-ports-gnome-faf50024f82bfbca202c2f9ba2d5833493bd2964.tar.gz
freebsd-ports-gnome-faf50024f82bfbca202c2f9ba2d5833493bd2964.tar.zst
freebsd-ports-gnome-faf50024f82bfbca202c2f9ba2d5833493bd2964.zip
Add patches as supplied in ports/91151
PR: ports/91151 Submitted by: Andrey Slusar <anray@freebsd.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/tinderbox/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/tinderbox/Makefile b/misc/tinderbox/Makefile
index eb923c42ce10..250e373b34bd 100644
--- a/misc/tinderbox/Makefile
+++ b/misc/tinderbox/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