From 30e929a8f8fcd12ab8aaa28fe6f7cccc9c86e0a0 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 4 Sep 2008 17:49:39 +0000 Subject: [PATCH] - Limit to jdk 1.4-1.5, does not build with jdk 1.6 Reported by: pointyhat --- java/jgrapht/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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