Skip to content

Commit

Permalink
devel/cmake-gui: default flavor must be the first one
Browse files Browse the repository at this point in the history
  • Loading branch information
ant1 committed Feb 29, 2024
1 parent 8e838d1 commit a1597ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/cmake-gui/Makefile
Expand Up @@ -17,7 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libuv.so:devel/libuv \
librhash.so:security/rhash

FLAVORS= qt5 qt6
FLAVORS= qt6 qt5
FLAVOR?= qt6
qt5_CONFLICTS_INSTALL= cmake-gui-qt6
qt6_CONFLICTS_INSTALL= cmake-gui-qt5
Expand Down

0 comments on commit a1597ac

Please sign in to comment.