aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-09-05 01:49:39 +0800
committerpav <pav@FreeBSD.org>2008-09-05 01:49:39 +0800
commit541ede4e2d73db21f887a982cf0df30d46c863c1 (patch)
treee703d4632eef8bf94ba655894185f1657b1a6c8e /java
parent7aee27edc273d23f3b0d00ad89acfd5bdfc3fd75 (diff)
downloadfreebsd-ports-gnome-541ede4e2d73db21f887a982cf0df30d46c863c1.tar.gz
freebsd-ports-gnome-541ede4e2d73db21f887a982cf0df30d46c863c1.tar.zst
freebsd-ports-gnome-541ede4e2d73db21f887a982cf0df30d46c863c1.zip
- Limit to jdk 1.4-1.5, does not build with jdk 1.6
Reported by: pointyhat
Diffstat (limited to 'java')
-rw-r--r--java/jgrapht/Makefile2
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