git: b7c72ee031e0 - main - www/otter-browser: make WEBENGINE the default engine
Date: Wed, 13 Sep 2023 09:55:33 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7c72ee031e07dcd2012535174f98c8060d03f49 commit b7c72ee031e07dcd2012535174f98c8060d03f49 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2023-09-13 09:54:48 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2023-09-13 09:54:48 +0000 www/otter-browser: make WEBENGINE the default engine --- www/otter-browser/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile index 2ffd58da75de..4b216b1dfb7a 100644 --- a/www/otter-browser/Makefile +++ b/www/otter-browser/Makefile @@ -10,7 +10,7 @@ DISTVERSIONPREFIX= v # # PORTVERSION= 1.0.01.1 DISTVERSION= 1.0.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= kde@FreeBSD.org @@ -33,9 +33,7 @@ GH_ACCOUNT= OtterBrowser OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= QTWEBENGINE QTWEBKIT -OPTIONS_DEFAULT= QTWEBKIT -OPTIONS_DEFAULT_amd64= QTWEBENGINE -OPTIONS_DEFAULT_i386= QTWEBENGINE +OPTIONS_DEFAULT= QTWEBENGINE QTWEBENGINE_DESC= Build QtWebEngine backend QTWEBKIT_DESC= Build QtWebKit backend