git: 827eb3b1ba8f - main - comms/gqrx: default flavor has to be the first one

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Fri, 17 Nov 2023 14:44:47 UTC
The branch main has been updated by antoine:

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

commit 827eb3b1ba8fa840b7f292558c6150aa60fbbda8
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-11-17 14:44:23 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-11-17 14:44:23 +0000

    comms/gqrx: default flavor has to be the first one
---
 comms/gqrx/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile
index d40f1f90c3f9..229c7c37f709 100644
--- a/comms/gqrx/Makefile
+++ b/comms/gqrx/Makefile
@@ -32,7 +32,7 @@ LIB_DEPENDS=	libgnuradio-runtime.so:comms/gnuradio \
 		libjack.so:audio/jack \
 		libportaudio.so:audio/portaudio
 
-FLAVORS=	qt5 qt6
+FLAVORS=	qt6 qt5
 FLAVOR?=	qt6
 
 USES=		cmake compiler:c++11-lang gl pkgconfig qt:${FLAVOR:S/qt//}