Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2020 23:01:20 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559318 - head/biology/jalview
Message-ID:  <202012262301.0BQN1Kqh013447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012262301.0BQN1Kqh013447>