aboutsummaryrefslogtreecommitdiffstats
path: root/lang/php52/Makefile.ext
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-02-06 20:25:50 +0800
committermiwi <miwi@FreeBSD.org>2012-02-06 20:25:50 +0800
commit6afa7fea3b01e1990a38a91a97d897bb328d6a12 (patch)
tree129af67435aa0a4cfd90fba475742eeb65f0cf75 /lang/php52/Makefile.ext
parent6274c23598d5d3fd074cb54378c329d852660795 (diff)
downloadfreebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.gz
freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.zst
freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.zip
- Chase unixODBC shlib bump
Diffstat (limited to 'lang/php52/Makefile.ext')
-rw-r--r--lang/php52/Makefile.ext4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php52/Makefile.ext b/lang/php52/Makefile.ext
index 03658932796b..93dcd8e89db0 100644
--- a/lang/php52/Makefile.ext
+++ b/lang/php52/Makefile.ext
@@ -232,7 +232,7 @@ CONFIGURE_ARGS+=--with-oci8=${LOCALBASE}/oracle8-client
.endif
.if ${PHP_MODNAME} == "odbc"
-LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+=--with-unixODBC=${LOCALBASE}
.endif
@@ -296,7 +296,7 @@ USE_PHP_BUILD= yes
.endif
.if ${PHP_MODNAME} == "pdo_odbc"
-LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+=--with-pdo-odbc=unixODBC,${LOCALBASE}