diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2023-11-17 14:44:23 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2023-11-17 14:44:23 +0000 |
| commit | 827eb3b1ba8fa840b7f292558c6150aa60fbbda8 (patch) | |
| tree | 68aa9ea6090db58d2aeb3ee37c5780b5bc26a526 /comms | |
| parent | 65403524ee7f62f393358e4a6b60e8b4fec81c29 (diff) | |
Diffstat (limited to 'comms')
| -rw-r--r-- | comms/gqrx/Makefile | 2 |
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//} |
