diff options
Diffstat (limited to 'net-p2p/freenet/Makefile')
-rw-r--r-- | net-p2p/freenet/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/freenet/Makefile b/net-p2p/freenet/Makefile index 094ac006133a..5e2bda12acc7 100644 --- a/net-p2p/freenet/Makefile +++ b/net-p2p/freenet/Makefile @@ -6,16 +6,15 @@ # PORTNAME= freenet -PORTVERSION= 0.5.2.r1 +PORTVERSION= 0.5.2.1 CATEGORIES= net java security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} MAINTAINER= lioux@FreeBSD.org -COMMENT= peer-to-peer network aiming at anonymity and freedom of speech +COMMENT= Peer-to-peer network aiming at anonymity and freedom of speech -USE_JAVA= 1.3+ +USE_JAVA= 1.4+ NO_BUILD= yes NO_BUILD_DEPENDS_JAVA= yes WRKSRC= ${WRKDIR}/${PORTNAME} |