aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc
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/fpc
parent5c23aa439f6eefe00288f736f1e19317349aff8b (diff)
downloadports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.tar.gz
ports-93cfaf9ad95b11897bbf43c11628f190c4574ec4.zip
- Chase unixODBC shlib bump
Notes
Notes: svn path=/head/; revision=290490
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