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 | |
parent | e7225c55d8fdae4863448a657f093d8c4dc3150d (diff) | |
download | freebsd-ports-gnome-a02c7910de4417aa3c0599ccc8b69aaf4506dd0a.tar.gz freebsd-ports-gnome-a02c7910de4417aa3c0599ccc8b69aaf4506dd0a.tar.zst freebsd-ports-gnome-a02c7910de4417aa3c0599ccc8b69aaf4506dd0a.zip |
Add support for firebird2 in interbase extension.
Submitted by: acm
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php4/Makefile.ext | 3 | ||||
-rw-r--r-- | lang/php5/Makefile.ext | 3 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 0fa18e1a88b0..8e4d43a6d63f 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" diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index c66efc3edc34..65a34c7f61ac 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/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" 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" |