diff options
-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" |