From 7073ebf74ec3895bb8dada6cbe2e57f3329849cc Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 4 Feb 2004 04:36:30 +0000 Subject: Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento --- net-p2p/gnunet/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-p2p/gnunet') diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 78b492e7d766..f1899589deb1 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.ovmj.org/GNUnet/download/ \ ${MASTER_SITE_GNU} @@ -17,9 +18,9 @@ DISTNAME= GNUnet-${PORTVERSION} MAINTAINER= krion@FreeBSD.org COMMENT= An anonymous, distributed, reputation-based network -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old \ - ltdl.4:${PORTSDIR}/devel/libltdl +LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl +USE_GETTEXT= yes USE_SIZE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -- cgit