summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Timofeev <timp87@gmail.com>2025-07-15 14:07:34 -0600
committerGleb Popov <arrowd@FreeBSD.org>2025-07-17 18:21:17 +0300
commitf1a869da2a493e231a582ba9df0efe9fef337e3c (patch)
treef08c14dedb37748fa929f085b5052a6e0a7c10a5
parentx11/cinnamon: fix screen recording function (diff)
sysutils/cinnamon-settings-daemon: Add deskutils/gnome-screenshot to RUN_DEPENDS
PR: 288248
-rw-r--r--sysutils/cinnamon-settings-daemon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/cinnamon-settings-daemon/Makefile b/sysutils/cinnamon-settings-daemon/Makefile
index 8708ffb712a7..e74ea8ce484a 100644
--- a/sysutils/cinnamon-settings-daemon/Makefile
+++ b/sysutils/cinnamon-settings-daemon/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cinnamon-settings-daemon
DISTVERSION= 6.4.3
+PORTREVISION= 1
CATEGORIES= sysutils gnome
DIST_SUBDIR= gnome
@@ -22,7 +23,8 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \
libupower-glib.so:sysutils/upower \
libpulse.so:audio/pulseaudio \
libnotify.so:devel/libnotify
-RUN_DEPENDS= cinnamon-session:x11/cinnamon-session
+RUN_DEPENDS= cinnamon-session:x11/cinnamon-session \
+ gnome-screenshot:deskutils/gnome-screenshot
USES= compiler:c11 gettext-runtime gnome meson pkgconfig \
python:build shebangfix xorg