diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2025-01-17 07:50:49 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2025-01-17 07:50:49 +0000 |
commit | f5d19d6b53b8ed19aea47fca5cc8b4afb064f770 (patch) | |
tree | 04ce454801cb6c86841b113c26b92840e88f591f | |
parent | f0c8b4e64ae467c3e2a3e3b2ad8e7717249ae005 (diff) |
devel/iaito: default FLAVOR must be the first one
-rw-r--r-- | devel/iaito/Makefile | 4 |
1 files 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 |