diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-09-08 15:18:00 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-09-08 17:13:52 +0200 |
commit | 96146bbe8259067511b06e8ec29bd933b24e1381 (patch) | |
tree | 2f7896459c39cc330994ad8c5abbec66f86241e1 | |
parent | x11-wm/sway-devel: update to 1.8.1.193 (diff) |
x11/hyprland-share-picker: track slurp dependency
$ hyprland-share-picker
<Select region>
sh: slurp: not found
-rw-r--r-- | x11/hyprland-share-picker/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |