From faf50024f82bfbca202c2f9ba2d5833493bd2964 Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 3 Jan 2006 00:00:47 +0000 Subject: Add patches as supplied in ports/91151 PR: ports/91151 Submitted by: Andrey Slusar --- ports-mgmt/tinderbox-devel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ports-mgmt/tinderbox-devel') 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 -- cgit