aboutsummaryrefslogtreecommitdiffstats
path: root/databases/ruby-gdbm
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/ruby-gdbm
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/ruby-gdbm')
-rw-r--r--databases/ruby-gdbm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile
index 03524c538749..3bcc9245d38f 100644
--- a/databases/ruby-gdbm/Makefile
+++ b/databases/ruby-gdbm/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= A Ruby extension to GDBM library
FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch
-LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
PLIST_FILES= %%RUBY_ARCHLIBDIR%%/gdbm.so
USE_RUBY= yes