svn commit: r559402 - head/java/jdom
Greg Lewis
glewis at FreeBSD.org
Sun Dec 27 18:56:43 UTC 2020
Author: glewis
Date: Sun Dec 27 18:56:42 2020
New Revision: 559402
URL: https://svnweb.freebsd.org/changeset/ports/559402
Log:
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Modified:
head/java/jdom/Makefile
Modified: head/java/jdom/Makefile
==============================================================================
--- head/java/jdom/Makefile Sun Dec 27 18:48:00 2020 (r559401)
+++ head/java/jdom/Makefile Sun Dec 27 18:56:42 2020 (r559402)
@@ -13,6 +13,7 @@ COMMENT= Java library for accessing and manipulating X
RUN_DEPENDS= ${JAVALIBDIR}/jaxen-jdom.jar:java/jaxen
USE_JAVA= yes
+JAVA_VERSION= 8
USE_ANT= yes
ALL_TARGET= package
More information about the svn-ports-head
mailing list