diff options
author | ale <ale@FreeBSD.org> | 2007-02-27 14:57:42 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2007-02-27 14:57:42 +0800 |
commit | a02c7910de4417aa3c0599ccc8b69aaf4506dd0a (patch) | |
tree | 68dcb56176124d8aefb23b4eb9a08723709ba569 /lang/php4/Makefile.ext | |
parent | e7225c55d8fdae4863448a657f093d8c4dc3150d (diff) | |
download | freebsd-ports-graphics-a02c7910de4417aa3c0599ccc8b69aaf4506dd0a.tar.gz freebsd-ports-graphics-a02c7910de4417aa3c0599ccc8b69aaf4506dd0a.tar.zst freebsd-ports-graphics-a02c7910de4417aa3c0599ccc8b69aaf4506dd0a.zip |
Add support for firebird2 in interbase extension.
Submitted by: acm
Diffstat (limited to 'lang/php4/Makefile.ext')
-rw-r--r-- | lang/php4/Makefile.ext | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 0fa18e1a88b..8e4d43a6d63 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -150,11 +150,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" |