diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 02:08:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 02:08:52 +0800 |
commit | 9e5cb1459a01fd8c1c634cfa701605e9f3c26969 (patch) | |
tree | ac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/p5-DBD-Sybase | |
parent | 9809a0e2d7f5a501e93d80ac9ed19d9522dc5b4d (diff) | |
download | freebsd-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/p5-DBD-Sybase')
-rw-r--r-- | databases/p5-DBD-Sybase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBD-Sybase/Makefile b/databases/p5-DBD-Sybase/Makefile index f5937cc340e1..13946d00ac16 100644 --- a/databases/p5-DBD-Sybase/Makefile +++ b/databases/p5-DBD-Sybase/Makefile @@ -11,7 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Sybase DBI driver for Perl 5 BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI -LIB_DEPENDS= ct.4:${PORTSDIR}/databases/freetds +LIB_DEPENDS= libct.so:${PORTSDIR}/databases/freetds RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI CONFIGURE_ENV= SYBASE=${LOCALBASE} |