diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-07-24 15:24:40 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-07-24 15:24:40 +0000 |
commit | 4a7886d8b1c37b5d06d23c40eec4fdc20ceec758 (patch) | |
tree | e1f1f43caae246e19f150dbde698bd67ad7b0491 /java | |
parent | d603c20909faeec8cf1ca1f85418d82ddde631db (diff) | |
download | ports-4a7886d8b1c37b5d06d23c40eec4fdc20ceec758.tar.gz ports-4a7886d8b1c37b5d06d23c40eec4fdc20ceec758.zip |
Notes
Diffstat (limited to 'java')
-rw-r--r-- | java/java3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java3d/Makefile b/java/java3d/Makefile index 188bf8752c87..2e73457a88f1 100644 --- a/java/java3d/Makefile +++ b/java/java3d/Makefile @@ -18,7 +18,7 @@ BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler err BROKEN_armv7= fails to compile: build.xml: Compile failed; see the compiler error output for details USES= gl tar:bzip2 xorg -USE_JAVA= yes +USE_JAVA= 8 USE_GL= gl USE_XORG= xt JAVA_VENDOR= openjdk |