aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/gnunet-gtk
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-09-17 15:38:15 +0800
committertijl <tijl@FreeBSD.org>2014-09-17 15:38:15 +0800
commitc06f97c7c46a03f3f6bb887aee3534bece5267a1 (patch)
tree320f49e86d38a480aace5bd0e27c34d6c8f75c2c /net-p2p/gnunet-gtk
parent682bd0d0ee3984087ff6a9f3bf4b0552db04d013 (diff)
downloadfreebsd-ports-gnome-c06f97c7c46a03f3f6bb887aee3534bece5267a1.tar.gz
freebsd-ports-gnome-c06f97c7c46a03f3f6bb887aee3534bece5267a1.tar.zst
freebsd-ports-gnome-c06f97c7c46a03f3f6bb887aee3534bece5267a1.zip
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate keyword or USES for this. Approved by: portmgr (bapt)
Diffstat (limited to 'net-p2p/gnunet-gtk')
-rw-r--r--net-p2p/gnunet-gtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/gnunet-gtk/Makefile b/net-p2p/gnunet-gtk/Makefile
index 512278a2f21e..173ee4da23df 100644
--- a/net-p2p/gnunet-gtk/Makefile
+++ b/net-p2p/gnunet-gtk/Makefile
@@ -12,13 +12,13 @@ COMMENT= GTK interface to GNUnet
LICENSE= GPLv3
LIB_DEPENDS= libgladeui-1.so:${PORTSDIR}/devel/glade3 \
+ libltdl.so:${PORTSDIR}/devel/libltdl \
libqrencode.so:${PORTSDIR}/graphics/libqrencode \
libgnunetutil.so:${PORTSDIR}/net-p2p/gnunet \
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
USES= gmake iconv libtool pathfix pkgconfig
USE_GNOME= gtk20
-USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gtktest \
--with-gtk-version=2 \