mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
www/qutebrowser: default flavor has to be the first one
This commit is contained in:
parent
0a6e08ba8f
commit
34ab6faddd
@ -20,8 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
|
||||
|
||||
FLAVORS= qt5 qt6
|
||||
FLAVOR?= ${FLAVORS:[2]}
|
||||
FLAVORS= qt6 qt5
|
||||
FLAVOR?= ${FLAVORS:[1]}
|
||||
|
||||
USES= cpe desktop-file-utils python
|
||||
USE_PYQT= webengine
|
||||
|
Loading…
Reference in New Issue
Block a user