From 8088efc2e40bbfa5e6b1cf5317ca74cbf3dd5408 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Wed, 30 Dec 2020 00:07:22 +0000 Subject: [PATCH] Restrict to Java 8, since this doesn't compile with Java 11 PR: 251774 --- textproc/xmlenc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/xmlenc/Makefile b/textproc/xmlenc/Makefile index 5ee713ba1f9a..167d877c2f28 100644 --- a/textproc/xmlenc/Makefile +++ b/textproc/xmlenc/Makefile @@ -12,6 +12,7 @@ COMMENT= Light-weight XML encoding library for Java USES= tar:tgz USE_JAVA= yes +JAVA_VERSION= 8 USE_ANT= yes NO_ARCH= yes