aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2023-11-17 14:44:23 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2023-11-17 14:44:23 +0000
commit827eb3b1ba8fa840b7f292558c6150aa60fbbda8 (patch)
tree68aa9ea6090db58d2aeb3ee37c5780b5bc26a526 /comms
parent65403524ee7f62f393358e4a6b60e8b4fec81c29 (diff)
downloadports-827eb3b1ba8fa840b7f292558c6150aa60fbbda8.tar.gz
ports-827eb3b1ba8fa840b7f292558c6150aa60fbbda8.zip
comms/gqrx: default flavor has to be the first one
Diffstat (limited to 'comms')
-rw-r--r--comms/gqrx/Makefile2
1 files changed, 1 insertions, 1 deletions
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//}