aboutsummaryrefslogtreecommitdiffstats
path: root/lang/fpc
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/fpc
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/fpc')
-rw-r--r--lang/fpc/Makefile.units2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units
index ce0748a26af8..9b2cc9287233 100644
--- a/lang/fpc/Makefile.units
+++ b/lang/fpc/Makefile.units
@@ -37,7 +37,7 @@ USE_MYSQL= yes
.if ${PKGNAMESUFFIX} == "-odbc"
. if defined(WITH_ODBC)
-LIB_DEPENDS= odbc.1:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS= odbc.2:${PORTSDIR}/databases/unixODBC
. endif
.endif