diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2020-12-26 23:01:20 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2020-12-26 23:01:20 +0000 |
| commit | 05e1cc8a0ac08d137ea9325369e096204bfb4635 (patch) | |
| tree | c3fe33bfa84f7a7fb2870981cbb760ef1f0c0800 | |
| parent | graphics/gstreamer1-plugins-vulkan: enable Wayland with libglvnd (diff) | |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774
| -rw-r--r-- | biology/jalview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} |
