diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:08:52 +0000 |
commit | b5482324dcf6b062151cc203cef1561f8923c859 (patch) | |
tree | ac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/py-gdbm | |
parent | 667b4f4d18ac09226dc683a91597de9b41837f21 (diff) | |
download | ports-b5482324dcf6b062151cc203cef1561f8923c859.tar.gz ports-b5482324dcf6b062151cc203cef1561f8923c859.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Notes
Notes:
svn path=/head/; revision=336187
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 |