aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vereeken <Alexander88207@protonmail.com>2022-07-12 13:10:30 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2022-07-12 13:15:06 +0000
commitecdc5650b7ecd30c065101df62957f4857d99d42 (patch)
treea9ba61a97671b7c679cacec64f22398a8bce7614
parentff8fe7e28bd936167c18625c50c2a9cd03b9e261 (diff)
downloadports-ecdc5650b7ecd30c065101df62957f4857d99d42.tar.gz
ports-ecdc5650b7ecd30c065101df62957f4857d99d42.zip
x11-wm/xfce4-session: Add runtime depend on xrdb
The included xinitrc script uses the xrdb program. It is installed by default by the full xorg metaport, but not by the minimal version. PR: 265165 MFH: 2022Q3 (cherry picked from commit 2c25ab61821fe05f1ff529a503b4cae4d145e57e)
-rw-r--r--x11-wm/xfce4-session/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile
index 60d01ec73437..f0e5c2b70623 100644
--- a/x11-wm/xfce4-session/Makefile
+++ b/x11-wm/xfce4-session/Makefile
@@ -2,6 +2,7 @@
PORTNAME= xfce4-session
PORTVERSION= 4.16.0
+PORTREVISION= 1
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
@@ -13,7 +14,8 @@ LICENSE= GPLv2
BUILD_DEPENDS= iceauth:x11/iceauth
RUN_DEPENDS= iceauth:x11/iceauth \
- console-kit-daemon:sysutils/consolekit2
+ console-kit-daemon:sysutils/consolekit2 \
+ xrdb:x11/xrdb
LIB_DEPENDS= libupower-glib.so:sysutils/upower \
libpolkit-gobject-1.so:sysutils/polkit