svn commit: r559633 - head/textproc/xmlenc
Greg Lewis
glewis at FreeBSD.org
Wed Dec 30 00:07:23 UTC 2020
Author: glewis
Date: Wed Dec 30 00:07:22 2020
New Revision: 559633
URL: https://svnweb.freebsd.org/changeset/ports/559633
Log:
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Modified:
head/textproc/xmlenc/Makefile
Modified: head/textproc/xmlenc/Makefile
==============================================================================
--- head/textproc/xmlenc/Makefile Wed Dec 30 00:05:03 2020 (r559632)
+++ head/textproc/xmlenc/Makefile Wed Dec 30 00:07:22 2020 (r559633)
@@ -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
More information about the svn-ports-all
mailing list