summaryrefslogtreecommitdiff
path: root/lang/php52/Makefile.ext
diff options
context:
space:
mode:
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}