git: f5d19d6b53b8 - main - devel/iaito: default FLAVOR must be the first one
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jan 2025 07:51:15 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f5d19d6b53b8ed19aea47fca5cc8b4afb064f770
commit f5d19d6b53b8ed19aea47fca5cc8b4afb064f770
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2025-01-17 07:50:49 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2025-01-17 07:50:49 +0000
devel/iaito: default FLAVOR must be the first one
---
devel/iaito/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/iaito/Makefile b/devel/iaito/Makefile
index 376a130fa1c4..1fbc38bb7595 100644
--- a/devel/iaito/Makefile
+++ b/devel/iaito/Makefile
@@ -13,8 +13,8 @@ BROKEN_i386= error: non-constant-expression cannot be narrowed from type 'const
LIB_DEPENDS= libcapstone.so:devel/capstone \
libr_core.so:devel/radare2
-FLAVORS= qt5 qt6
-FLAVOR?= ${FLAVORS:[2]}
+FLAVORS= qt6 qt5
+FLAVOR?= qt6
qt5_PKGNAMESUFFIX= -qt5
qt6_PKGNAMESUFFIX= -qt6