svn commit: r559318 - head/biology/jalview

Greg Lewis glewis at FreeBSD.org
Sat Dec 26 23:01:21 UTC 2020


Author: glewis
Date: Sat Dec 26 23:01:20 2020
New Revision: 559318
URL: https://svnweb.freebsd.org/changeset/ports/559318

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

Modified:
  head/biology/jalview/Makefile

Modified: head/biology/jalview/Makefile
==============================================================================
--- head/biology/jalview/Makefile	Sat Dec 26 22:58:40 2020	(r559317)
+++ head/biology/jalview/Makefile	Sat Dec 26 23:01:20 2020	(r559318)
@@ -12,6 +12,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Viewer and editor for multiple sequence alignments
 
 USE_JAVA=	yes
+JAVA_VERSION=	8
 USE_ANT=	yes
 ALL_TARGET=	makejars
 WRKSRC=		${WRKDIR}/${PORTNAME}


More information about the svn-ports-head mailing list