mirror of https://git.FreeBSD.org/ports.git
sysutils/lazyssh: Fix sanity test
Due to port not having a default option, a sanity
test error appears, now fixing it by defining a
default one from the choices.
PR: 289457
Approved by: yuri@ (Mentor, implicit)
Fixes: 5b93a8e048
This commit is contained in:
parent
1f7ef33698
commit
d5fa9f626d
|
@ -19,6 +19,7 @@ GO_BUILDFLAGS= -ldflags="-X main.version=${DISTVERSIONFULL} -X main.gitCommit=b7
|
|||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
OPTIONS_DEFAULT= XCLIP
|
||||
OPTIONS_MULTI= CLIPBOARD
|
||||
OPTIONS_MULTI_CLIPBOARD= XCLIP XSEL
|
||||
|
||||
|
|
Loading…
Reference in New Issue