summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-05-06 20:42:32 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-05-06 20:42:32 +0000
commit1c39a1eabb6b404306b5d3213e5f1d3d07367357 (patch)
tree23ce35bd3b39c9c4c6e047d0c22c6d3a7ce71ac8 /java
parentCorrect the discovery date for the proftpd issue. (diff)
shujit should only be used with jdk versions up to and including 1.3.
Notes
Notes: svn path=/head/; revision=108583
Diffstat (limited to 'java')
-rw-r--r--java/shujit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/shujit/Makefile b/java/shujit/Makefile
index e64077a081d9..6c674b5ad700 100644
--- a/java/shujit/Makefile
+++ b/java/shujit/Makefile
@@ -27,7 +27,8 @@ MAKEFILE= GNUmakefile
USE_RUBY= yes
RUBY_NO_RUN_DEPENDS= yes
-USE_JAVA= 1.1+
+USE_JAVA= yes
+JAVA_VERSION= 1.1 1.2 1.3
CONFIGURE_ARGS= --with-jdk="${JAVA_HOME}"
MAKE_ENV= JAVADIR="${JAVA_HOME}"