diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-02-27 06:57:42 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-02-27 06:57:42 +0000 |
commit | 351bcb08b59e57b890631a34fdf1d7a89894d108 (patch) | |
tree | d312e3bb8df215a2d918cacf2028759a0263ca73 /lang | |
parent | 14cd3422495e016520099af97672cca8ad924bb3 (diff) | |
download | ports-351bcb08b59e57b890631a34fdf1d7a89894d108.tar.gz ports-351bcb08b59e57b890631a34fdf1d7a89894d108.zip |
Notes
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" |