diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-07-24 23:24:40 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-07-24 23:24:40 +0800 |
commit | 4a7886d8b1c37b5d06d23c40eec4fdc20ceec758 (patch) | |
tree | e1f1f43caae246e19f150dbde698bd67ad7b0491 /cad | |
parent | d603c20909faeec8cf1ca1f85418d82ddde631db (diff) | |
download | freebsd-ports-gnome-4a7886d8b1c37b5d06d23c40eec4fdc20ceec758.tar.gz freebsd-ports-gnome-4a7886d8b1c37b5d06d23c40eec4fdc20ceec758.tar.zst freebsd-ports-gnome-4a7886d8b1c37b5d06d23c40eec4fdc20ceec758.zip |
Lock these ports down to OpenJDK version 8, they do not build with neither
7 nor 11+.
PR: 248169
Diffstat (limited to 'cad')
-rw-r--r-- | cad/sweethome3d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/sweethome3d/Makefile b/cad/sweethome3d/Makefile index ca8b8214a68a..90e9e381d7d5 100644 --- a/cad/sweethome3d/Makefile +++ b/cad/sweethome3d/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= java3d>=0:java/java3d USES= zip NO_ARCH= yes USE_ANT= yes -USE_JAVA= yes +USE_JAVA= 8 ALL_TARGET= jarExecutable JARNAME= SweetHome3D-${PORTVERSION}.jar |