diff options
author | tnn <tnn@pkgsrc.org> | 2020-05-17 00:54:00 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-05-17 00:54:00 +0000 |
commit | f6cd79c1e2d362c572f8392dfba377f415f25dab (patch) | |
tree | c76181bc4f0609331a30e51964911e3354ae9555 /databases | |
parent | b943e7167e8206d68b4eb185261c4f8935529a2e (diff) | |
download | pkgsrc-f6cd79c1e2d362c572f8392dfba377f415f25dab.tar.gz |
g/c references to openjdk7
Diffstat (limited to 'databases')
-rw-r--r-- | databases/elasticsearch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/elasticsearch/Makefile b/databases/elasticsearch/Makefile index 5c77d1da3db..b2540e64bfb 100644 --- a/databases/elasticsearch/Makefile +++ b/databases/elasticsearch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2020/04/21 16:06:19 jperkin Exp $ +# $NetBSD: Makefile,v 1.51 2020/05/17 00:54:00 tnn Exp $ DISTNAME= elasticsearch-6.8.8 CATEGORIES= databases textproc @@ -10,7 +10,7 @@ COMMENT= Distributed RESTful Search Engine LICENSE= apache-2.0 # Uses javah, which doesn't exist in JDK10+ anymore. -PKG_JVMS_ACCEPTED= openjdk8 oracle-jdk8 openjdk7 sun-jdk7 +PKG_JVMS_ACCEPTED= openjdk8 oracle-jdk8 sun-jdk7 # Build our own native JNA, the version should match the one that ES ships with JNA= jna-4.5.1 |