diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2019-10-03 17:22:17 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2019-10-03 17:22:17 +0000 |
commit | 4bf0670960cf4ac104c9619b18b3e83b17244c00 (patch) | |
tree | 99628cd320ca488cadb80a0566e9576c8f33b44c | |
parent | graphics/ristretto: fix build on GCC architectures (diff) |
Remove references to EoL'ed Java versions
* Java 9 and 10 are EoL'ed upstream and the ports for them are scheduled
for deletion, so switch the version specification here to 11+.
PR: 241022
Approved by: netchild@
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=513677
-rw-r--r-- | security/bastillion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/bastillion/Makefile b/security/bastillion/Makefile index 8abe939b4239..f78590738c0f 100644 --- a/security/bastillion/Makefile +++ b/security/bastillion/Makefile @@ -27,7 +27,7 @@ GH_PROJECT= Bastillion NO_ARCH= yes NO_BUILD= yes -JAVA_VERSION= 1.9+ +JAVA_VERSION= 11+ JAVA_VENDOR= openjdk USE_RC_SUBR= ${PORTNAME} |