diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2020-07-25 17:58:07 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2020-07-25 17:58:07 +0000 |
commit | dbab9cdda6dd07c3264dddeed9b37cfea6d0ee70 (patch) | |
tree | 8821ea06d68b34bb1c3691a88691d5f3d229cc19 | |
parent | devel/pecl-eio: update to 2.0.4 (diff) |
Restrict to Java 8 only
PR: 244976
Submitted by: Lars Herschke <lhersch@dssgmbh.de>
Notes
Notes:
svn path=/head/; revision=543427
-rw-r--r-- | java/icedtea-web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index f5a6497264e0..7a67a363bfde 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -25,7 +25,7 @@ MAKE_JOBS_UNSAFE=yes GNU_CONFIGURE= yes USE_JAVA= yes -JAVA_VERSION= 7 8 +JAVA_VERSION= 8 JAVA_OS= native JAVA_VENDOR= openjdk USE_PERL5= build |