Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2024 07:25:02 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: b73e89b27820 - main - devel/gammaray: default FLAVOR must be the first one
Message-ID:  <202410070725.4977P2Yv009942@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=b73e89b2782037f5347e26677ede0f69b487c73e

commit b73e89b2782037f5347e26677ede0f69b487c73e
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2024-10-07 07:24:34 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2024-10-07 07:24:34 +0000

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

diff --git a/devel/gammaray/Makefile b/devel/gammaray/Makefile
index cf63fd6525e4..d47bafc6b5d1 100644
--- a/devel/gammaray/Makefile
+++ b/devel/gammaray/Makefile
@@ -25,7 +25,7 @@ LICENSE_FILE_MIT=	${WRKSRC}/LICENSES/MIT.txt
 LIB_DEPENDS=	libdwarf.so:devel/libdwarf \
 		libelf.so:devel/libelf
 
-FLAVORS=	qt5 qt6
+FLAVORS=	qt6 qt5
 FLAVOR?=	qt6
 
 qt5_PKGNAMESUFFIX=		-qt5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410070725.4977P2Yv009942>