From 2e6cffb68c7f424edb93236bc641a6d88b6f266d Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Mon, 13 Oct 2003 20:26:33 +0000 Subject: Depend on devel/libltdl, rather than installing embedded copy. Submitted by: Oliver Eikemeier --- net-p2p/gnunet/Makefile | 6 ++++-- net-p2p/gnunet/pkg-plist | 5 ----- 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'net-p2p') diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index bfc80fadda5a..f4df235c952f 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \ ${MASTER_SITE_GNU} @@ -18,7 +18,8 @@ DISTNAME= GNUnet-${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= An anonymous, distributed, reputation-based network -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + ltdl.4:${PORTSDIR}/devel/libltdl USE_LIBTOOL= yes INSTALLS_SHLIB= yes @@ -31,6 +32,7 @@ USE_GETOPT_LONG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ARGS= --disable-ltdl-install LDFLAGS+= -L${LOCALBASE}/lib .if defined(WITH_GDBM) diff --git a/net-p2p/gnunet/pkg-plist b/net-p2p/gnunet/pkg-plist index 882865584d63..55e857f84aa5 100644 --- a/net-p2p/gnunet/pkg-plist +++ b/net-p2p/gnunet/pkg-plist @@ -24,7 +24,6 @@ include/gnunet_afs_esed2.h include/gnunet_core.h include/gnunet_transport.h include/gnunet_util.h -include/ltdl.h lib/libgnunet_afs_esed2.la lib/libgnunet_afs_esed2.so lib/libgnunet_afs_esed2.so.0 @@ -59,7 +58,3 @@ lib/libgnunettransport_udp.so lib/libgnunetutil.la lib/libgnunetutil.so lib/libgnunetutil.so.0 -lib/libltdl.a -lib/libltdl.la -lib/libltdl.so -lib/libltdl.so.4 -- cgit