From 05e1cc8a0ac08d137ea9325369e096204bfb4635 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Sat, 26 Dec 2020 23:01:20 +0000 Subject: [PATCH] Restrict to Java 8, since this doesn't compile with Java 11 PR: 251774 --- biology/jalview/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/biology/jalview/Makefile b/biology/jalview/Makefile index 3eb8c2fbb697..7f4e6ee265f8 100644 --- a/biology/jalview/Makefile +++ b/biology/jalview/Makefile @@ -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}