From da880765886f48c0ac8fd253e5601d04ea853215 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 23 Feb 2006 10:40:44 +0000 Subject: Conversion to a single libtool environment. Approved by: portmgr (kris) --- net-p2p/gnunet/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'net-p2p/gnunet/Makefile') diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 48a8c9461de8..1fb513c92c2a 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.6.6b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \ ${MASTER_SITE_GNU} @@ -20,18 +20,16 @@ COMMENT= An anonymous, distributed, reputation-based network LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 -USE_AUTOTOOLS= libltdl:15 libtool:13:inc +USE_AUTOTOOLS= libltdl:15 +GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GETOPT_LONG= yes +USE_GETOPT_LONG=yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 lthack USE_OPENSSL= yes USE_REINPLACE= yes - INSTALLS_SHLIB= yes - -GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-ltdl-install --with-crypto LDFLAGS+= -L${LOCALBASE}/lib -- cgit