diff options
| author | Ronald Klop <ronald@FreeBSD.org> | 2026-01-23 12:11:38 +0000 |
|---|---|---|
| committer | Ronald Klop <ronald@FreeBSD.org> | 2026-01-23 12:14:37 +0000 |
| commit | 0bb32f6170f8040ec686c7e597408b1f3923a225 (patch) | |
| tree | e21613c444cf3833d5d8f2dd063e705f3acfdbb4 | |
| parent | 98d61a3e6555a9c75c9fe1680a5ae3cfc604f46f (diff) | |
math/scilab: pin to java 8
Does not build with jdk11+.
[javac] /wrkdirs/usr/ports/math/scilab/work/scilab-6.1.1/modules/graphic_objects/src/java/org/scilab/modules/graphic_objects/xmlloader/CSSParser.java:17: error: package javax.annotation does not exist
PR: 272855
Approved-by: no maintainer
| -rw-r--r-- | math/scilab/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index fd74e4a15331..d3ee9203f17a 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -28,6 +28,7 @@ USES= compiler:c++17-lang cpe desktop-file-utils eigen:3,build \ fortran gettext gmake gnome iconv:wchar_t libtool \ localbase ncurses pathfix pkgconfig shared-mime-info USE_GNOME= libxml2 +JAVA_VERSION= 8 USE_LOCALE= en_US.UTF-8 GNU_CONFIGURE= yes |
