git: 6f313e0997b3 - main - www/jetty9: Unbreak index/fix silly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Oct 2022 17:26:52 UTC
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f313e0997b388ff3b1cc8c26d728f749579e2e7 commit 6f313e0997b388ff3b1cc8c26d728f749579e2e7 Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2022-10-24 17:26:30 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2022-10-24 17:26:50 +0000 www/jetty9: Unbreak index/fix silly --- www/jetty9/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/www/jetty9/Makefile b/www/jetty9/Makefile index da5f0d05051a..634185d81368 100644 --- a/www/jetty9/Makefile +++ b/www/jetty9/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/license-eplv10-aslv20.html RUN_DEPENDS= bash:shells/bash USES= cpe shebangfix -FLAVORS= openjdk8 openjdk9 openjdk10 openjdk11 +FLAVORS= openjdk8 openjdk11 CONFLICTS= jetty-8.* jetty-10.* @@ -56,10 +56,6 @@ PLIST_SUB= \ .if ${FLAVOR:U} == openjdk8 JAVA_VERSION= 8+ -.elif ${FLAVOR:U} == openjdk9 -JAVA_VERSION= 9+ -.elif ${FLAVOR:U} == openjdk10 -JAVA_VERSION= 10+ .elif ${FLAVOR:U} == openjdk11 JAVA_VERSION= 11+ .endif