Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2022 17:57:56 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: a391bb6a7290 - main - accessibility/redshift: limit wayland category to WAYLAND option
Message-ID:  <202212211757.2BLHvufa011514@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=a391bb6a72906a7ab10058f18b97a6b3144f6079

commit a391bb6a72906a7ab10058f18b97a6b3144f6079
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-21 17:44:49 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-21 17:57:13 +0000

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

diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile
index 365eabb85985..3af50f6a29c9 100644
--- a/accessibility/redshift/Makefile
+++ b/accessibility/redshift/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	redshift
 PORTVERSION=	1.12
 DISTVERSIONPREFIX=	v
 PORTREVISION=	1
-CATEGORIES=	accessibility wayland
+CATEGORIES=	accessibility
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
 PATCHFILES+=	60f45972a543.patch:-p1 # avoid patch conflict
@@ -51,6 +51,7 @@ VIDMODE_USES=		xorg
 VIDMODE_USE=		XORG=x11,xxf86vm
 VIDMODE_CONFIGURE_ENABLE=	vidmode
 
+WAYLAND_CATEGORIES=	wayland
 WAYLAND_LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 WAYLAND_CONFIGURE_ENABLE=	wayland
 



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