svn commit: r559606 - head/www/helma

Greg Lewis glewis at FreeBSD.org
Tue Dec 29 19:17:04 UTC 2020


Author: glewis
Date: Tue Dec 29 19:17:03 2020
New Revision: 559606
URL: https://svnweb.freebsd.org/changeset/ports/559606

Log:
  Restrict to Java 8, since this doesn't compile with Java 11
  
  PR:			251774

Modified:
  head/www/helma/Makefile

Modified: head/www/helma/Makefile
==============================================================================
--- head/www/helma/Makefile	Tue Dec 29 19:13:08 2020	(r559605)
+++ head/www/helma/Makefile	Tue Dec 29 19:17:03 2020	(r559606)
@@ -21,6 +21,7 @@ DATADIR=	${JAVASHAREDIR}/${PORTNAME}
 
 USE_RC_SUBR=	helma
 USE_JAVA=	yes
+JAVA_VERSION=	8
 USE_ANT=	yes
 ALL_TARGET=	clean jar
 NO_ARCH=	yes


More information about the svn-ports-all mailing list