From f0c8b4e64ae467c3e2a3e3b2ad8e7717249ae005 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 17 Jan 2025 07:49:41 +0000 Subject: [PATCH] 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