aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2020-12-27 19:00:14 +0000
committerGreg Lewis <glewis@FreeBSD.org>2020-12-27 19:00:14 +0000
commit5f4efb808fd77cf46dd744ec02cb8cefca125c21 (patch)
treea2d472b572696410ddb9320f2f7270c35901e610 /java
parent779e3c56c223572572628bec02fef50d00b432a2 (diff)
downloadports-5f4efb808fd77cf46dd744ec02cb8cefca125c21.tar.gz
ports-5f4efb808fd77cf46dd744ec02cb8cefca125c21.zip
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/Makefile1
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