diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 19:00:14 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-12-27 19:00:14 +0000 |
commit | 5f4efb808fd77cf46dd744ec02cb8cefca125c21 (patch) | |
tree | a2d472b572696410ddb9320f2f7270c35901e610 /java | |
parent | 779e3c56c223572572628bec02fef50d00b432a2 (diff) |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Notes
Notes:
svn path=/head/; revision=559403
Diffstat (limited to 'java')
-rw-r--r-- | java/sigar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/sigar/Makefile b/java/sigar/Makefile index 273989ed8569..9e573bbe3bb0 100644 --- a/java/sigar/Makefile +++ b/java/sigar/Makefile @@ -26,6 +26,7 @@ GH_TAGNAME= b5af695 USES= perl5 USE_PERL5= build USE_JAVA= yes +JAVA_VERSION= 8 JAVA_RUN= yes USE_GCC= any NO_CCACHE= yes |