diff options
author | lioux <lioux@FreeBSD.org> | 2007-06-30 03:37:37 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2007-06-30 03:37:37 +0800 |
commit | 900be09f1a5ffc2f83f0f2925b24385f92d3b6bd (patch) | |
tree | 3f165a1a7075fe14dadea439aa4b2976fa92402d /net-p2p/i2p | |
parent | 31b0c211876643c1c4aa7a27ff75833ae6e33687 (diff) | |
download | freebsd-ports-gnome-900be09f1a5ffc2f83f0f2925b24385f92d3b6bd.tar.gz freebsd-ports-gnome-900be09f1a5ffc2f83f0f2925b24385f92d3b6bd.tar.zst freebsd-ports-gnome-900be09f1a5ffc2f83f0f2925b24385f92d3b6bd.zip |
o EXTRACT_DEPENDS on devel/apache-ant to fix post-extract target
o Bump PORTREVISION
Diffstat (limited to 'net-p2p/i2p')
-rw-r--r-- | net-p2p/i2p/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index d00424fe738a..ba41e578895f 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -7,7 +7,7 @@ PORTNAME= i2p PORTVERSION= 0.6.1.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p java security MASTER_SITES= http://dev.i2p.net/i2p/:i2p \ ${MASTER_SITE_SOURCEFORGE:S/$/:jetty/} @@ -20,6 +20,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= lioux@FreeBSD.org COMMENT= An anonymous network +EXTRACT_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant BUILD_DEPENDS= ${LOCALBASE}/lib/libgmp.a:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip |