diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-12-21 17:50:55 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-12-21 17:57:14 +0000 |
commit | ac3c8d26ff4fbc5175c0b2a32c6527e332829dc3 (patch) | |
tree | 9eea02f5bb31de7e5cc34777d13d7ed4da2f5d64 /graphics | |
parent | 95acde932b26d11c4d9c9c11261551ea537e066f (diff) |
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |