diff options
Diffstat (limited to 'net-p2p/gnunet/Makefile')
-rw-r--r-- | net-p2p/gnunet/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
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 |