Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2022 17:58:01 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: ac3c8d26ff4f - main - graphics/imv: limit wayland category to WAYLAND option
Message-ID:  <202212211758.2BLHw17B011643@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=ac3c8d26ff4fbc5175c0b2a32c6527e332829dc3

commit ac3c8d26ff4fbc5175c0b2a32c6527e332829dc3
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-12-21 17:50:55 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-12-21 17:57:14 +0000

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

diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile
index 8004080713d6..c275aea57b14 100644
--- a/graphics/imv/Makefile
+++ b/graphics/imv/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	imv
 DISTVERSIONPREFIX=	v
 DISTVERSION=	4.3.1
 PORTREVISION=	3
-CATEGORIES=	graphics wayland
+CATEGORIES=	graphics
 MASTER_SITES=	https://git.sr.ht/~exec64/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
 
 MAINTAINER=	eduardo@FreeBSD.org
@@ -67,6 +67,7 @@ TEST_MESON_ENABLED=	test
 TIFF_LIB_DEPENDS=	libtiff.so:graphics/tiff
 TIFF_MESON_ENABLED=	libtiff
 
+WAYLAND_CATEGORIES=	wayland
 WAYLAND_LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
 			libwayland-egl.so:graphics/wayland
 WAYLAND_MESON_ON=	-Dwindows=wayland



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