diff --git a/x11/cliphist/Makefile b/x11/cliphist/Makefile index a320ccbc0330..8b74f2d277ba 100644 --- a/x11/cliphist/Makefile +++ b/x11/cliphist/Makefile @@ -1,32 +1,33 @@ PORTNAME= cliphist DISTVERSIONPREFIX= v DISTVERSION= 0.3.1 CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland clipboard manager WWW= https://github.com/sentriz/cliphist LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= sentriz GH_TUPLE= etcd-io:bbolt:v1.3.6:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ golang:sys:3681064d5158:golang_sys/vendor/golang.org/x/sys \ matryer:is:v1.4.0:matryer_is/vendor/github.com/matryer/is PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= FZF OPTIONS_DEFAULT=FZF FZF_DESC= Script with only unique lines and previews -FZF_RUN_DEPENDS= fzf:textproc/fzf +FZF_RUN_DEPENDS= fzf:textproc/fzf \ + wl-copy:x11/wl-clipboard FZF_PLIST_FILES= bin/${PORTNAME}-fzf post-install-FZF-on: ${INSTALL_SCRIPT} ${WRKSRC}/contrib/${FZF_PLIST_FILES:T} \ ${STAGEDIR}${PREFIX}/bin .include