summaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-02-06 12:25:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-02-06 12:25:50 +0000
commit93cfaf9ad95b11897bbf43c11628f190c4574ec4 (patch)
tree21c2db28e841f4df4353d24ea43d8fb0293a0606 /lang/php5
parent- Update to 2.3.1 (diff)
- Chase unixODBC shlib bump
Notes
Notes: svn path=/head/; revision=290490
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile.ext4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile.ext b/lang/php5/Makefile.ext
index 45878e639b21..4e36f7238835 100644
--- a/lang/php5/Makefile.ext
+++ b/lang/php5/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