aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-sybase
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-12 02:08:52 +0800
committerbapt <bapt@FreeBSD.org>2013-12-12 02:08:52 +0800
commit9e5cb1459a01fd8c1c634cfa701605e9f3c26969 (patch)
treeac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/py-sybase
parent9809a0e2d7f5a501e93d80ac9ed19d9522dc5b4d (diff)
downloadfreebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.tar.gz
freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.tar.zst
freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Diffstat (limited to 'databases/py-sybase')
-rw-r--r--databases/py-sybase/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-sybase/Makefile b/databases/py-sybase/Makefile
index 0dd248156269..14915980734c 100644
--- a/databases/py-sybase/Makefile
+++ b/databases/py-sybase/Makefile
@@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-html${EXTRACT_SUFX}
MAINTAINER= gnb@itga.com.au
COMMENT= A Python Database API interface to the Sybase RDBMS
-LIB_DEPENDS= tds.5:${PORTSDIR}/databases/freetds
+LIB_DEPENDS= libtds.so:${PORTSDIR}/databases/freetds
USE_PYTHON= yes
USE_PYDISTUTILS= yes