diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-13 09:54:48 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-09-13 09:54:48 +0000 |
commit | b7c72ee031e07dcd2012535174f98c8060d03f49 (patch) | |
tree | 22f24ccb6363491b0d8a128741dd624301604d03 | |
parent | 662b41a59b123531d36216ee0b0ded77b19aa118 (diff) | |
download | ports-b7c72ee031e07dcd2012535174f98c8060d03f49.tar.gz ports-b7c72ee031e07dcd2012535174f98c8060d03f49.zip |
www/otter-browser: make WEBENGINE the default engine
-rw-r--r-- | www/otter-browser/Makefile | 6 |
1 files 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 |