summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-28 23:26:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-28 23:26:07 +0000
commit2d0da556ba76f49d45e25014973aa5a2e3ad6a29 (patch)
treebf84879072c1addcbec44d9014f8040ab39572b4 /java
parent. Add a TETEX option which allows gnuplot to be compiled without TeTeX. (diff)
Does not work with Java 1.6. the JVMPI interface used by this port has
been removed from Java since 1.6. PR: ports/117606 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=202248
Diffstat (limited to 'java')
-rw-r--r--java/jmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jmp/Makefile b/java/jmp/Makefile
index a39b5e5581bd..5db0da177d45 100644
--- a/java/jmp/Makefile
+++ b/java/jmp/Makefile
@@ -25,7 +25,7 @@ USE_BISON= build
USE_GETTEXT= yes
USE_GMAKE= yes
USE_JAVA= yes
-JAVA_VERSION= 1.4+
+JAVA_VERSION= 1.3 1.4 1.5
JAVA_OS= native
JAVA_BUILD= jdk
NEED_JAVAC= yes