git: 19ad369b3214 - main - graphics/qt6-wayland: add to wayland virtual category
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Aug 2022 03:41:22 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=19ad369b321426504791d6e0ee882f4bc50f5749 commit 19ad369b321426504791d6e0ee882f4bc50f5749 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-08-23 03:29:58 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-08-23 03:39:27 +0000 graphics/qt6-wayland: add to wayland virtual category qt6-wayland (similar to qt5-wayland) is mostly a leaf package (outside of Plasma desktop), so need to be installed manually in order to enable native Wayland support in Qt applications. This helps discovery via $ pkg search -g 'wayland/*' --- graphics/qt6-wayland/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/qt6-wayland/Makefile b/graphics/qt6-wayland/Makefile index 98b39fd53816..84c2492ed6c7 100644 --- a/graphics/qt6-wayland/Makefile +++ b/graphics/qt6-wayland/Makefile @@ -1,6 +1,6 @@ PORTNAME= wayland DISTVERSION= ${QT6_VERSION} -CATEGORIES= graphics +CATEGORIES= graphics wayland PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org