diff options
author | lioux <lioux@FreeBSD.org> | 2007-02-26 19:12:55 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2007-02-26 19:12:55 +0800 |
commit | 6c09e8a641a2bec859c44fbd4cf90c816e8b0f72 (patch) | |
tree | c0bf6fb33ca3c6dc36b06459deb7edca35fe76bf /net-p2p/i2p/Makefile | |
parent | d5e833d9218b3f9531515ee3bfa51a774c5fa2c8 (diff) | |
download | freebsd-ports-gnome-6c09e8a641a2bec859c44fbd4cf90c816e8b0f72.tar.gz freebsd-ports-gnome-6c09e8a641a2bec859c44fbd4cf90c816e8b0f72.tar.zst freebsd-ports-gnome-6c09e8a641a2bec859c44fbd4cf90c816e8b0f72.zip |
Update to 0.6.1.27
Diffstat (limited to 'net-p2p/i2p/Makefile')
-rw-r--r-- | net-p2p/i2p/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile index eef07714b555..3c333980ddc6 100644 --- a/net-p2p/i2p/Makefile +++ b/net-p2p/i2p/Makefile @@ -6,7 +6,7 @@ # PORTNAME= i2p -PORTVERSION= 0.6.1.26 +PORTVERSION= 0.6.1.27 CATEGORIES= net-p2p java security MASTER_SITES= http://dev.i2p.net/i2p/ @@ -29,7 +29,7 @@ USE_RC_SUBR= i2p.sh JAVA_BUILD= jdk USE_JAVA= yes -JAVA_VERSION= 1.4 +JAVA_VERSION= 1.4+ JAVA_OS= native USE_ANT= yes |