git: 34ab6faddda2 - main - www/qutebrowser: default flavor has to be the first one
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Nov 2023 19:20:47 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=34ab6faddda2f1e57bdd4c868f9efaecf133fd14 commit 34ab6faddda2f1e57bdd4c868f9efaecf133fd14 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-11-15 19:20:30 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-11-15 19:20:30 +0000 www/qutebrowser: default flavor has to be the first one --- www/qutebrowser/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/qutebrowser/Makefile b/www/qutebrowser/Makefile index a46a99fa424f..06532b251619 100644 --- a/www/qutebrowser/Makefile +++ b/www/qutebrowser/Makefile @@ -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