git: 752ef9bebdd4 - main - x11/cliphist: add missing FZF dependency

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 26 Dec 2022 17:14:58 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=752ef9bebdd459edfc5bb5f0e3ca5298cdd273e8

commit 752ef9bebdd459edfc5bb5f0e3ca5298cdd273e8
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-26 17:14:41 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-26 17:14:42 +0000

    x11/cliphist: add missing FZF dependency
    
    /usr/local/bin/cliphist-fzf: wl-copy: not found
---
 x11/cliphist/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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: