diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-27 11:41:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-27 11:41:48 +0000 |
commit | 722321909c72be8d9728c898cb42ed8575c8ee6d (patch) | |
tree | cd9c0823641edc57d8d6caf283c915cb3cffa467 /net/jsch/Makefile | |
parent | b373c918fb9e770b6fe10b122ca2c4f120e2d349 (diff) |
Notes
Diffstat (limited to 'net/jsch/Makefile')
-rw-r--r-- | net/jsch/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/jsch/Makefile b/net/jsch/Makefile index 5528afdf30af..7cd41ce059b0 100644 --- a/net/jsch/Makefile +++ b/net/jsch/Makefile @@ -6,8 +6,7 @@ # PORTNAME= jsch -PORTVERSION= 0.1.33 -PORTREVISION= 1 +PORTVERSION= 0.1.39 CATEGORIES= net java security MASTER_SITES= SF @@ -16,7 +15,7 @@ COMMENT= A pure Java implementation of SSH2 USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.3+ +JAVA_VERSION= 1.4+ USE_ANT= yes PLIST_FILES+= %%JAVAJARDIR%%/${PORTNAME}.jar |