svn commit: r514750 - head/sysutils/plasma5-libksysguard

Dima Panov fluffy at FreeBSD.org
Sat Oct 19 05:57:46 UTC 2019


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>


More information about the svn-ports-head mailing list