git: d46a91c2236a - main - www/jetty9: define default FLAVOR
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Oct 2022 17:39:27 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=d46a91c2236a845507654776536a310a30656d4a commit d46a91c2236a845507654776536a310a30656d4a Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-10-24 17:39:11 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-10-24 17:39:11 +0000 www/jetty9: define default FLAVOR --- www/jetty9/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/jetty9/Makefile b/www/jetty9/Makefile index 634185d81368..75058b26fc6d 100644 --- a/www/jetty9/Makefile +++ b/www/jetty9/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS= bash:shells/bash USES= cpe shebangfix FLAVORS= openjdk8 openjdk11 +FLAVOR?= ${FLAVORS:[1]} CONFLICTS= jetty-8.* jetty-10.*