git: 4068d4e0dd45 - main - x11/wmfocus: drop unused on X11 runtime dependency

Jan Beich jbeich at FreeBSD.org
Mon Sep 13 09:15:58 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4068d4e0dd4519e316d47fd6a239893ee6cbeff8

commit 4068d4e0dd4519e316d47fd6a239893ee6cbeff8
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-09-13 09:11:27 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-09-13 09:15:35 +0000

    x11/wmfocus: drop unused on X11 runtime dependency
---
 x11/wmfocus/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile
index 76df216b53d7..6a23f0da2d2e 100644
--- a/x11/wmfocus/Makefile
+++ b/x11/wmfocus/Makefile
@@ -12,9 +12,9 @@ COMMENT=	Visually focus windows by label
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	libxkbcommon>0:x11/libxkbcommon
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
-		libxcb-keysyms.so:x11/xcb-util-keysyms \
-		libxkbcommon.so:x11/libxkbcommon
+		libxcb-keysyms.so:x11/xcb-util-keysyms
 
 USES=		cargo gnome python:3.4+,build xorg
 USE_GITHUB=	yes


More information about the dev-commits-ports-all mailing list