summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-26 17:14:41 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-12-26 17:14:42 +0000
commit752ef9bebdd459edfc5bb5f0e3ca5298cdd273e8 (patch)
tree9b3042f43cbc0089c980f5a09648de8a8eaeed0e /x11
parentx11/cliphist: show install command for cliphist-fzf (diff)
x11/cliphist: add missing FZF dependency
/usr/local/bin/cliphist-fzf: wl-copy: not found
Diffstat (limited to 'x11')
-rw-r--r--x11/cliphist/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/cliphist/Makefile b/x11/cliphist/Makefile
index a320ccbc0330..8b74f2d277ba 100644
--- a/x11/cliphist/Makefile
+++ b/x11/cliphist/Makefile
@@ -22,7 +22,8 @@ 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: