aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2019-10-19 05:57:46 +0000
committerDima Panov <fluffy@FreeBSD.org>2019-10-19 05:57:46 +0000
commit0d4922668ee1f065d86de362a5be828e2927ec5d (patch)
tree3b785fa3ddd7662e95e9d2e4a28f3683662eae9e /sysutils
parent3efd98458bfb423c93fa30109bf41a62fee74b53 (diff)
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/plasma5-libksysguard/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysutils/plasma5-libksysguard/Makefile b/sysutils/plasma5-libksysguard/Makefile
index 148c51276981..9fa3d764a030 100644
--- a/sysutils/plasma5-libksysguard/Makefile
+++ b/sysutils/plasma5-libksysguard/Makefile
@@ -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>