git: c27ed1e0d218 - main - x11/kickoff: drop unused dependency after 384a86694aa5

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 18 Dec 2022 14:43:47 UTC
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