summaryrefslogtreecommitdiff
path: root/databases/sqlrelay
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-11 20:52:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-11 20:52:52 +0000
commit365c91719d7edc9bed5183531224cb2641817f8a (patch)
tree341bdccb87e3ffe43692e7934c8885edab41dee8 /databases/sqlrelay
parent- Update to 0.63 (diff)
- Chase freetds shlib bump
Notes
Notes: svn path=/head/; revision=133084
Diffstat (limited to 'databases/sqlrelay')
-rw-r--r--databases/sqlrelay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile
index e6661e2b8013..ff425cf410b5 100644
--- a/databases/sqlrelay/Makefile
+++ b/databases/sqlrelay/Makefile
@@ -105,7 +105,7 @@ IF_ODBC= "@comment "
.endif
.if defined(WITH_FREETDS) && ${WITH_FREETDS:L} != no
-LIB_DEPENDS+= tds.3:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= tds.4:${PORTSDIR}/databases/freetds
CONFIGURE_ARGS+= --with-freetds-prefix="${LOCALBASE}"
IF_FREETDS= ""
.else