diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-12-26 17:14:41 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-12-26 17:14:42 +0000 |
commit | 752ef9bebdd459edfc5bb5f0e3ca5298cdd273e8 (patch) | |
tree | 9b3042f43cbc0089c980f5a09648de8a8eaeed0e /x11/cliphist | |
parent | 83d9e1a3223970e727a02baf14a060a68ae06e70 (diff) |
Diffstat (limited to 'x11/cliphist')
-rw-r--r-- | x11/cliphist/Makefile | 3 |
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: |