git: a1597ac6af49 - main - devel/cmake-gui: default flavor must be the first one

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Thu, 29 Feb 2024 09:12:19 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a1597ac6af49cef515c10e43f35ee499798b279e

commit a1597ac6af49cef515c10e43f35ee499798b279e
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2024-02-29 09:11:51 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2024-02-29 09:11:51 +0000

    devel/cmake-gui: default flavor must be the first one
---
 devel/cmake-gui/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile
index 99aee236e9fe..8dd7f82a8301 100644
--- a/devel/cmake-gui/Makefile
+++ b/devel/cmake-gui/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libuv.so:devel/libuv \
 		librhash.so:security/rhash
 
-FLAVORS=		qt5 qt6
+FLAVORS=		qt6 qt5
 FLAVOR?=		qt6
 qt5_CONFLICTS_INSTALL=	cmake-gui-qt6
 qt6_CONFLICTS_INSTALL=	cmake-gui-qt5