Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2024 14:00:16 GMT
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4d3446077ac2 - main - x11/wmctrl-fork: fix depends
Message-ID:  <202406191400.45JE0GRL029725@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406191400.45JE0GRL029725>