mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
emulators/86Box: default FLAVOR must be the first one
This commit is contained in:
parent
45dc5017d0
commit
f0c8b4e64a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue