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

Tobias C. Berner tcberner at FreeBSD.org
Thu Oct 17 14:09:37 UTC 2019


Author: tcberner
Date: Thu Oct 17 14:09:36 2019
New Revision: 514660
URL: https://svnweb.freebsd.org/changeset/ports/514660

Log:
  sysutils/plasma5-libksysguard: fix option toggle

Modified:
  head/sysutils/plasma5-libksysguard/Makefile

Modified: head/sysutils/plasma5-libksysguard/Makefile
==============================================================================
--- head/sysutils/plasma5-libksysguard/Makefile	Thu Oct 17 13:12:54 2019	(r514659)
+++ head/sysutils/plasma5-libksysguard/Makefile	Thu Oct 17 14:09:36 2019	(r514660)
@@ -18,6 +18,6 @@ OPTIONS_DEFINE=	WEBENGINE
 
 WEBENGINE_USE=	QT=webengine
 WEBENGINE_DESC=	HTML-based GUI ksysguard library based on Qt5WebEngine
-WORKSPACE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
+WEBENGINE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list