summaryrefslogtreecommitdiff
path: root/lang/pypy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pypy/Makefile')
-rw-r--r--lang/pypy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile
index 1600c2d1ad89..cfde1455f8ca 100644
--- a/lang/pypy/Makefile
+++ b/lang/pypy/Makefile
@@ -117,7 +117,7 @@ BROKEN= CLI backend broken, unsupported upstream
.if defined(WITH_JVM)
USE_JAVA= yes
-JAVA_VERSION= 1.5+
+JAVA_VERSION= 1.6+
ONLY_FOR_ARCHS= i386 powerpc
ONLY_FOR_ARCHS_REASON= only translates on 32bit systems
BROKEN= JVM backend broken, partially supported upstream