svn commit: r559404 - head/misc/freeguide
Greg Lewis
glewis at FreeBSD.org
Sun Dec 27 19:05:28 UTC 2020
Author: glewis
Date: Sun Dec 27 19:05:28 2020
New Revision: 559404
URL: https://svnweb.freebsd.org/changeset/ports/559404
Log:
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
Modified:
head/misc/freeguide/Makefile
Modified: head/misc/freeguide/Makefile
==============================================================================
--- head/misc/freeguide/Makefile Sun Dec 27 19:00:14 2020 (r559403)
+++ head/misc/freeguide/Makefile Sun Dec 27 19:05:28 2020 (r559404)
@@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING
RUN_DEPENDS= tv_cat:textproc/p5-xmltv
USE_JAVA= yes
+JAVA_VERSION= 8
USE_ANT= yes
NO_ARCH= yes
More information about the svn-ports-all
mailing list