diff options
| author | Ronald Klop <ronald@FreeBSD.org> | 2025-12-15 20:09:57 +0100 |
|---|---|---|
| committer | Ronald Klop <ronald@FreeBSD.org> | 2025-12-16 08:49:38 +0100 |
| commit | 6c71b8eb84d067b7fc30ecd9e7916fbca6c3b4d2 (patch) | |
| tree | 977ef1b169854b380141dfe02237de1c646abb0f | |
| parent | security/zaproxy: Update to 2.17.0 (diff) | |
editors/openoffice-*: pin to openjdk8
Does not build with jdk11+.
PR: 291694
| -rw-r--r-- | editors/openoffice-4/Makefile | 1 | ||||
| -rw-r--r-- | editors/openoffice-devel/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 1bb3d251d79c..1f50e42690bc 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -117,6 +117,7 @@ USES= autoreconf bison compiler:c++11-lib cpe desktop-file-utils \ USE_GL= gl glu USE_GNOME= gdkpixbuf gdkpixbuf2xlib gtk20 libxslt glib20 JAVA_VENDOR= openjdk +JAVA_VERSION= 8 USE_PERL5= build USE_XORG= ice sm x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \ xinerama xrandr xrender xt diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 232cd52d7ae4..d49fbb25f3ef 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -116,6 +116,7 @@ USES= autoreconf bison compiler:c++11-lib cpe desktop-file-utils \ USE_GL= gl glu USE_GNOME= gdkpixbuf gdkpixbuf2xlib gtk20 libxslt glib20 JAVA_VENDOR= openjdk +JAVA_VERSION= 8 USE_PERL5= build USE_XORG= ice sm x11 xau xaw xcomposite xcursor xdamage xext xfixes xi \ xinerama xrandr xrender xt |
