diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /net-p2p | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet-gtk/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 |
2 files changed, 2 insertions, 2 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 \ diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 72244a711a81..0a14b49654a1 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ libopus.so:${PORTSDIR}/audio/opus \ libpulse.so:${PORTSDIR}/audio/pulseaudio \ + libltdl.so:${PORTSDIR}/devel/libltdl \ libunistring.so:${PORTSDIR}/devel/libunistring \ libidn.so:${PORTSDIR}/dns/libidn \ libglpk.so:${PORTSDIR}/math/glpk \ @@ -25,7 +26,6 @@ LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ USES= gmake iconv libtool pathfix pkgconfig USE_GNOME= glib20 USE_GSTREAMER1= yes -USE_AUTOTOOLS= libltdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --with-extractor=${LOCALBASE} \ |