git: 8b21acdf3ada - main - x11/bemenu: limit wayland category to WAYLAND option

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Wed, 21 Dec 2022 17:58:08 UTC
The branch main has been updated by jbeich:

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

commit 8b21acdf3adaf212ddb80d34f5a91afb265a99c2
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-21 17:51:53 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-21 17:57:16 +0000

    x11/bemenu: limit wayland category to WAYLAND option
---
 x11/bemenu/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11/bemenu/Makefile b/x11/bemenu/Makefile
index 99d7f65c2011..fa65630a4b14 100644
--- a/x11/bemenu/Makefile
+++ b/x11/bemenu/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bemenu
 DISTVERSION=	0.6.7
-CATEGORIES=	x11 wayland
+CATEGORIES=	x11
 MASTER_SITES=	https://github.com/Cloudef/bemenu/releases/download/${DISTVERSION}/
 
 MAINTAINER=	ports@FreeBSD.org
@@ -31,6 +31,7 @@ NCURSES_USES=		ncurses
 NCURSES_MAKE_ARGS=	curses_CFLAGS="-I${NCURSESINC}" \
 			curses_LIBS="-L${NCURSESLIB} ${NCURSESLIBS}"
 NCURSES_VARS=		_BEMENU_RENDERERS+=curses
+WAYLAND_CATEGORIES=	wayland
 WAYLAND_BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 			wayland-protocols>0:graphics/wayland-protocols
 WAYLAND_LIB_DEPENDS=	libepoll-shim.so:devel/libepoll-shim \