Date: Fri, 17 Nov 2023 14:44:47 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 827eb3b1ba8f - main - comms/gqrx: default flavor has to be the first one Message-ID: <202311171444.3AHEilu3040489@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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//}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311171444.3AHEilu3040489>