git: 05360859c554 - 2023Q3 - x11/hyprland-share-picker: track slurp dependency

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 08 Sep 2023 15:17:19 UTC
The branch 2023Q3 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05360859c554ca88b2f64b234b76a603bfd80a79

commit 05360859c554ca88b2f64b234b76a603bfd80a79
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-09-08 13:18:00 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-09-08 15:15:01 +0000

    x11/hyprland-share-picker: track slurp dependency
    
    $ hyprland-share-picker
    <Select region>
    sh: slurp: not found
    
    (cherry picked from commit 96146bbe8259067511b06e8ec29bd933b24e1381)
---
 x11/hyprland-share-picker/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11/hyprland-share-picker/Makefile b/x11/hyprland-share-picker/Makefile
index c9938199a233..8b64c6a732bf 100644
--- a/x11/hyprland-share-picker/Makefile
+++ b/x11/hyprland-share-picker/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	hyprland-share-picker
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.5.0
+PORTREVISION=	1
 CATEGORIES=	x11 wayland
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -10,6 +11,8 @@ WWW=		https://github.com/hyprwm/xdg-desktop-portal-hyprland
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC:H}/LICENSE
 
+RUN_DEPENDS=	slurp:x11/slurp
+
 FLAVORS=	qt5 qt6
 
 USES=		compiler:c++11-lib cmake qt:5