git: ac3c8d26ff4f - main - graphics/imv: limit wayland category to WAYLAND option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Dec 2022 17:58:01 UTC
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