git: f0c8b4e64ae4 - main - emulators/86Box: default FLAVOR must be the first one
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jan 2025 07:50:10 UTC
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