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:13:52 +0000
commit2c25ab61821fe05f1ff529a503b4cae4d145e57e (patch)
treec3c6321f31251f847bb1da3765dc835d16c2ae57
parent27c333a2e3348c372f86fc3da33decf86c4adcaa (diff)
downloadports-2c25ab61821fe05f1ff529a503b4cae4d145e57e.tar.gz
ports-2c25ab61821fe05f1ff529a503b4cae4d145e57e.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
-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