From 0997582b4b7facf5c3ee3f0d3c7b0f0402aee22b Mon Sep 17 00:00:00 2001 From: ale Date: Wed, 25 Jul 2007 07:19:18 +0000 Subject: Add support for firebird2 in pdo_firebird extension. --- lang/php53/Makefile.ext | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/php53') diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 7b8d1add671..cdda06b15ee 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" -- cgit