From 93cfaf9ad95b11897bbf43c11628f190c4574ec4 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 6 Feb 2012 12:25:50 +0000 Subject: - Chase unixODBC shlib bump --- lang/php53/Makefile.ext | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/php53/Makefile.ext') diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 45878e639b21..4e36f7238835 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -534,7 +534,7 @@ LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc CONFIGURE_ARGS+=--with-iodbc=${LOCALBASE} .else -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+=--with-unixODBC=${LOCALBASE} .endif @@ -554,7 +554,7 @@ LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc CONFIGURE_ARGS+=--with-pdo-odbc=iODBC,${LOCALBASE} .else -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC +LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+=--with-pdo-odbc=unixODBC,${LOCALBASE} .endif -- cgit v1.2.3