diff options
author | pav <pav@FreeBSD.org> | 2008-09-06 02:12:21 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-09-06 02:12:21 +0800 |
commit | 1621237fdaff2fe3d840bb71daf01c604a899929 (patch) | |
tree | a1ff70ce36e7506ef60914a079f90091aac1a7f4 /java | |
parent | 8d7f015bee00e04894303a61d64158386109bc0e (diff) | |
download | freebsd-ports-gnome-1621237fdaff2fe3d840bb71daf01c604a899929.tar.gz freebsd-ports-gnome-1621237fdaff2fe3d840bb71daf01c604a899929.tar.zst freebsd-ports-gnome-1621237fdaff2fe3d840bb71daf01c604a899929.zip |
- Backout previous commit, the problem was fixed in previous revision
Reported by: hq
Diffstat (limited to 'java')
-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 |