aboutsummaryrefslogtreecommitdiff
path: root/lang/php53
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-02-27 06:57:42 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-02-27 06:57:42 +0000
commit351bcb08b59e57b890631a34fdf1d7a89894d108 (patch)
treed312e3bb8df215a2d918cacf2028759a0263ca73 /lang/php53
parent14cd3422495e016520099af97672cca8ad924bb3 (diff)
downloadports-351bcb08b59e57b890631a34fdf1d7a89894d108.tar.gz
ports-351bcb08b59e57b890631a34fdf1d7a89894d108.zip
Add support for firebird2 in interbase extension.
Submitted by: acm
Notes
Notes: svn path=/head/; revision=186087
Diffstat (limited to 'lang/php53')
-rw-r--r--lang/php53/Makefile.ext3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext
index c66efc3edc34..65a34c7f61ac 100644
--- a/lang/php53/Makefile.ext
+++ b/lang/php53/Makefile.ext
@@ -135,11 +135,10 @@ USE_OPENSSL= yes
.endif
.if ${PHP_MODNAME} == "interbase"
-LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
-
CONFIGURE_ARGS+=--with-interbase=${LOCALBASE}
USE_GCC= 3.4+
+USE_FIREBIRD= yes
.endif
.if ${PHP_MODNAME} == "ldap"