Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2019 05:57:46 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514750 - head/sysutils/plasma5-libksysguard
Message-ID:  <201910190557.x9J5vkh8010924@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sat Oct 19 05:57:46 2019
New Revision: 514750
URL: https://svnweb.freebsd.org/changeset/ports/514750

Log:
  - Enable WebEngine on !powerpc* archs by default
  	JS used to get system information

Modified:
  head/sysutils/plasma5-libksysguard/Makefile

Modified: head/sysutils/plasma5-libksysguard/Makefile
==============================================================================
--- head/sysutils/plasma5-libksysguard/Makefile	Sat Oct 19 04:50:09 2019	(r514749)
+++ head/sysutils/plasma5-libksysguard/Makefile	Sat Oct 19 05:57:46 2019	(r514750)
@@ -20,4 +20,11 @@ WEBENGINE_USE=	QT=webengine
 WEBENGINE_DESC=	HTML-based GUI ksysguard library based on Qt5WebEngine
 WEBENGINE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
 
+.include <bsd.port.options.mk>
+
+# Enable WebEngine on !powerpc* archs by default
+.if !(${ARCH:M*powerpc*})
+OPTIONS_DEFAULT=	WEBENGINE
+.endif
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910190557.x9J5vkh8010924>