svn commit: r502339 - head/www/otter-browser

Piotr Kubaj pkubaj at FreeBSD.org
Thu May 23 12:37:45 UTC 2019


Author: pkubaj
Date: Thu May 23 12:37:44 2019
New Revision: 502339
URL: https://svnweb.freebsd.org/changeset/ports/502339

Log:
  www/otter-browser: use qt5-webengine only on amd64 and i386
  
  This makes this port build by default on other architectures.
  
  PR:		238054
  Approved by:	tcberner (mentor)

Modified:
  head/www/otter-browser/Makefile

Modified: head/www/otter-browser/Makefile
==============================================================================
--- head/www/otter-browser/Makefile	Thu May 23 11:26:28 2019	(r502338)
+++ head/www/otter-browser/Makefile	Thu May 23 12:37:44 2019	(r502339)
@@ -24,7 +24,9 @@ GH_ACCOUNT=	OtterBrowser
 
 OPTIONS_MULTI=		BACKEND
 OPTIONS_MULTI_BACKEND=	QTWEBENGINE QTWEBKIT
-OPTIONS_DEFAULT=	QTWEBENGINE QTWEBKIT
+OPTIONS_DEFAULT=	QTWEBKIT
+OPTIONS_DEFAULT_amd64=	QTWEBENGINE
+OPTIONS_DEFAULT_i386=	QTWEBENGINE
 
 QTWEBENGINE_DESC=	Build QtWebEngine backend
 QTWEBKIT_DESC=		Build QtWebKit backend


More information about the svn-ports-all mailing list