diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-03 08:00:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-03 08:00:47 +0800 |
commit | faf50024f82bfbca202c2f9ba2d5833493bd2964 (patch) | |
tree | c52ae6aa82ff3238820dd016ba8e6d51b677af8a /misc | |
parent | e7ad3b8a520542542eb4c129ba4bd2c7ea7221c0 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |