diff options
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 |