diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-03 00:00:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-03 00:00:47 +0000 |
commit | be6bc69b0fc74f37a3f2447a9f194641af9e7c38 (patch) | |
tree | 651c289d2f8140924ea7195c452ae7a56907ade1 /ports-mgmt/tinderbox-devel | |
parent | 69fbe048664fc802851cdad56cb7bbc9858e8223 (diff) | |
download | ports-be6bc69b0fc74f37a3f2447a9f194641af9e7c38.tar.gz ports-be6bc69b0fc74f37a3f2447a9f194641af9e7c38.zip |
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/Makefile | 4 |
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 |