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/py-gdbm | |
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/py-gdbm')
-rw-r--r-- | databases/py-gdbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile index 17c81f4b0966..4cf8d344502e 100644 --- a/databases/py-gdbm/Makefile +++ b/databases/py-gdbm/Makefile @@ -13,7 +13,7 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= python@FreeBSD.org COMMENT= Python bindings to the GNU dbm library -LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm PORTSCOUT= ignore:1 |