Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2025 07:50:10 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: f0c8b4e64ae4 - main - emulators/86Box: default FLAVOR must be the first one
Message-ID:  <202501170750.50H7oAeO033915@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=f0c8b4e64ae467c3e2a3e3b2ad8e7717249ae005

commit f0c8b4e64ae467c3e2a3e3b2ad8e7717249ae005
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2025-01-17 07:49:41 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2025-01-17 07:49:41 +0000

    emulators/86Box: default FLAVOR must be the first one
---
 emulators/86Box/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emulators/86Box/Makefile b/emulators/86Box/Makefile
index d1e8c42ad8e1..001776a75946 100644
--- a/emulators/86Box/Makefile
+++ b/emulators/86Box/Makefile
@@ -23,8 +23,8 @@ LIB_DEPENDS=	libevdev.so:devel/libevdev \
 		libsndfile.so:audio/libsndfile \
 		libxkbcommon.so:x11/libxkbcommon
 
-FLAVORS=		qt5 qt6
-FLAVOR?=		${FLAVORS:[2]}
+FLAVORS=		qt6 qt5
+FLAVOR?=		qt6
 qt5_PKGNAMESUFFIX=	-qt5
 qt6_PKGNAMESUFFIX=	-qt6
 



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