Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2019 14:09:36 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514660 - head/sysutils/plasma5-libksysguard
Message-ID:  <201910171409.x9HE9a1Z002463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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