aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-12-21 17:51:53 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-12-21 17:57:16 +0000
commit8b21acdf3adaf212ddb80d34f5a91afb265a99c2 (patch)
tree2efc76ea4ca74a5980a047b534b0a6ca7ff523db
parentd8d5fa32a69c88854a29897c04ff4e6255322518 (diff)
downloadports-8b21acdf3adaf212ddb80d34f5a91afb265a99c2.tar.gz
ports-8b21acdf3adaf212ddb80d34f5a91afb265a99c2.zip
x11/bemenu: limit wayland category to WAYLAND option
-rw-r--r--x11/bemenu/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \