aboutsummaryrefslogtreecommitdiff
path: root/www/qutebrowser/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2019-07-02 14:38:13 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2019-07-02 14:38:13 +0000
commit3c203661cfa65c3ef53df15c94962ffcd827f87b (patch)
tree34e6c327daf0776cb9431e18ad2a6d43a4acb3d9 /www/qutebrowser/Makefile
parent579b76639b28674228982bef76f941badfeeb42a (diff)
downloadports-3c203661cfa65c3ef53df15c94962ffcd827f87b.tar.gz
ports-3c203661cfa65c3ef53df15c94962ffcd827f87b.zip
www/qutebrowser: unbreak without webengine available
Webengine is not available on some architectures, e.g. on powerpc64. Limit webengine option only to amd64 and i386 by default. PR: 238897 Submitted by: pkubaj, linimon
Notes
Notes: svn path=/head/; revision=505682
Diffstat (limited to 'www/qutebrowser/Makefile')
-rw-r--r--www/qutebrowser/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/qutebrowser/Makefile b/www/qutebrowser/Makefile
index 1007b9f1fc86..ab9e73e7b1a0 100644
--- a/www/qutebrowser/Makefile
+++ b/www/qutebrowser/Makefile
@@ -31,7 +31,9 @@ PLIST_FILES= share/applications/${PORTNAME}-${PYTHON_VER}.desktop
OPTIONS_MULTI= BACKEND
OPTIONS_MULTI_BACKEND= WEBKIT WEBENGINE
-OPTIONS_DEFAULT= WEBKIT WEBENGINE
+OPTIONS_DEFAULT= WEBKIT
+OPTIONS_DEFAULT_amd64= WEBENGINE
+OPTIONS_DEFAULT_i386= WEBENGINE
WEBENGINE_DESC= WebEngine webpage renderer support