diff options
Diffstat (limited to 'java/jgrapht')
-rw-r--r-- | java/jgrapht/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jgrapht/Makefile b/java/jgrapht/Makefile index 203fed133655..5ac366cc6293 100644 --- a/java/jgrapht/Makefile +++ b/java/jgrapht/Makefile @@ -17,7 +17,7 @@ COMMENT= Java package for mathematical graph-theory objects and algorithms USE_ZIP= yes USE_JAVA= yes -JAVA_VERSION= 1.4-1.5 +JAVA_VERSION= 1.4+ .if !defined(WITHOUT_COMPILE) USE_ANT= yes |