- Enable WebEngine on !powerpc* archs by default

JS used to get system information
This commit is contained in:
Dima Panov 2019-10-19 05:57:46 +00:00
parent 3efd98458b
commit 0d4922668e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514750

View file

@ -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>