git: d8d5fa32a69c - main - sysutils/dunst: limit wayland category to WAYLAND option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Dec 2022 17:58:07 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d8d5fa32a69c88854a29897c04ff4e6255322518
commit d8d5fa32a69c88854a29897c04ff4e6255322518
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-21 17:47:41 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-21 17:57:16 +0000
sysutils/dunst: limit wayland category to WAYLAND option
---
sysutils/dunst/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sysutils/dunst/Makefile b/sysutils/dunst/Makefile
index 090cdd28b809..afaf60c822c6 100644
--- a/sysutils/dunst/Makefile
+++ b/sysutils/dunst/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dunst
DISTVERSIONPREFIX= v
DISTVERSION= 1.9.0
-CATEGORIES= sysutils wayland
+CATEGORIES= sysutils
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Lightweight notification daemon
@@ -33,6 +33,7 @@ DUNSTIFY_DESC= Install dunstify (alternative to the notify-send)
DUNSTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
DUNSTIFY_PLIST_FILES= bin/dunstify
+WAYLAND_CATEGORIES= wayland
WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland
WAYLAND_MAKE_ENV_OFF= WAYLAND=0