From b690f7334232c23a580aa8b39194fbd4d4569bc3 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Sat, 24 May 2025 18:32:31 +0200 Subject: [PATCH] x11/libxfce4windowing: Fix build of dependent ports wayland-protocols is required when building some ports depending on this one. Reported by: pkg fallout --- x11/libxfce4windowing/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11/libxfce4windowing/Makefile b/x11/libxfce4windowing/Makefile index 46702c677b59..995e7ea970b1 100644 --- a/x11/libxfce4windowing/Makefile +++ b/x11/libxfce4windowing/Makefile @@ -1,5 +1,6 @@ PORTNAME= libxfce4windowing DISTVERSION= 4.20.3 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 @@ -38,6 +39,7 @@ GIR_MESON_TRUE= introspection NLS_USES= gettext-runtime WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols +WAYLAND_RUN_DEPENDS= wayland-protocols>0:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland WAYLAND_MESON_ENABLED= wayland