mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
misc/chatgpt-shell-cli: Add nox11 flavor
Add nox11 flavor, so that it can be installed/used on headless servers. PR: 271880 Reported by: olgeni
This commit is contained in:
parent
4ca6b84706
commit
c7e31ef1e1
1 changed files with 7 additions and 2 deletions
|
@ -15,7 +15,12 @@ RUN_DEPENDS= bash:shells/bash \
|
|||
jq:textproc/jq \
|
||||
xdg-open:devel/xdg-utils
|
||||
|
||||
USES= magick:run shebangfix
|
||||
FLAVORS= x11 nox11
|
||||
FLAVOR?= ${FLAVORS:[1]}
|
||||
|
||||
nox11_PKGNAMESUFFIX= -nox11
|
||||
|
||||
USES= magick:${FLAVOR},run shebangfix
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= 0xacx
|
||||
|
|
Loading…
Add table
Reference in a new issue