diff options
Diffstat (limited to 'java/jgrapht/Makefile')
-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 5ac366cc6293..203fed133655 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+ +JAVA_VERSION= 1.4-1.5 .if !defined(WITHOUT_COMPILE) USE_ANT= yes |