diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-07-25 07:19:18 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-07-25 07:19:18 +0000 |
commit | 86b2339724300ef6391cf738ac72240ed83809fc (patch) | |
tree | eea8665b567831401207fb02ce6b97f49cd9e5b0 | |
parent | 9b79dc3cb4e2e60d298e6b46355527b2ad8c3a5d (diff) | |
download | ports-86b2339724300ef6391cf738ac72240ed83809fc.tar.gz ports-86b2339724300ef6391cf738ac72240ed83809fc.zip |
Notes
-rw-r--r-- | lang/php5/Makefile.ext | 3 | ||||
-rw-r--r-- | lang/php53/Makefile.ext | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext index 7b8d1add6712..cdda06b15ee2 100644 --- a/lang/php5/Makefile.ext +++ b/lang/php5/Makefile.ext @@ -256,14 +256,13 @@ OPTIONS= MSSQL "Enable Microsoft SQL Server support" off .endif .if ${PHP_MODNAME} == "pdo_firebird" -LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client - CONFIGURE_ARGS+=--with-pdo-firebird=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes USE_GCC= 3.4+ +USE_FIREBIRD= yes .endif .if ${PHP_MODNAME} == "pdo_mysql" diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 7b8d1add6712..cdda06b15ee2 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -256,14 +256,13 @@ OPTIONS= MSSQL "Enable Microsoft SQL Server support" off .endif .if ${PHP_MODNAME} == "pdo_firebird" -LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client - CONFIGURE_ARGS+=--with-pdo-firebird=${LOCALBASE} USE_PHP= pdo USE_PHP_BUILD= yes USE_GCC= 3.4+ +USE_FIREBIRD= yes .endif .if ${PHP_MODNAME} == "pdo_mysql" |