Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2022 14:43:47 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c27ed1e0d218 - main - x11/kickoff: drop unused dependency after 384a86694aa5
Message-ID:  <202212181443.2BIEhlSL049169@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit c27ed1e0d218959f8c0ffd0861b13bda2956df79
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-18 14:38:49 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-18 14:43:28 +0000

    x11/kickoff: drop unused dependency after 384a86694aa5
    
    libxkbcommon is used by smithay-client-toolkit via dlopen(3)
---
 x11/kickoff/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11/kickoff/Makefile b/x11/kickoff/Makefile
index c3a9f1c79424..2f59fe08778a 100644
--- a/x11/kickoff/Makefile
+++ b/x11/kickoff/Makefile
@@ -11,7 +11,6 @@ WWW=		https://github.com/j0ru/kickoff
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	libxkbcommon>0:x11/libxkbcommon
 LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig
 
 USES=		cargo



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