git: 4d3446077ac2 - main - x11/wmctrl-fork: fix depends

From: Kurt Jaeger <pi_at_FreeBSD.org>
Date: Wed, 19 Jun 2024 14:00:16 UTC
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4d3446077ac2b54838733932d73a8fc2233dd42f

commit 4d3446077ac2b54838733932d73a8fc2233dd42f
Author:     Alexey Vyskubov <alexey@pentode.fi>
AuthorDate: 2024-06-19 13:59:08 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-06-19 13:59:08 +0000

    x11/wmctrl-fork: fix depends
    
    PR:             277348
---
 multimedia/lives/Makefile | 2 +-
 sysutils/inxi/Makefile    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile
index eee9638e1763..cf27f7d7cd19 100644
--- a/multimedia/lives/Makefile
+++ b/multimedia/lives/Makefile
@@ -167,7 +167,7 @@ WAYLAND_LIB_DEPENDS=		libwayland-client.so:graphics/wayland \
 				libwayland-cursor.so:graphics/wayland
 WAYLAND_CONFIGURE_OFF=		--disable-wayland
 
-WMCTRL_RUN_DEPENDS=		wmctrl:x11/wmctrl
+WMCTRL_RUN_DEPENDS=		wmctrl:x11/wmctrl-fork
 
 X264_RUN_DEPENDS=		x264:multimedia/x264
 
diff --git a/sysutils/inxi/Makefile b/sysutils/inxi/Makefile
index 7034793a8662..72e88ffaf601 100644
--- a/sysutils/inxi/Makefile
+++ b/sysutils/inxi/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS=	bind-tools>=0:dns/bind-tools \
 		p5-XML-Dumper>=0:textproc/p5-XML-Dumper \
 		tree:sysutils/tree \
 		usbutils>=0:sysutils/usbutils \
-		wmctrl:x11/wmctrl \
+		wmctrl:x11/wmctrl-fork \
 		xdpyinfo:x11/xdpyinfo \
 		xprop:x11/xprop \
 		xrandr:x11/xrandr