Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2019 20:45:22 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493318 - head/audio/amarok
Message-ID:  <201902182045.x1IKjMWY033590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Mon Feb 18 20:45:22 2019
New Revision: 493318
URL: https://svnweb.freebsd.org/changeset/ports/493318

Log:
  Fix bad CMAKE_BOOL_OFF in audio/amarok.
  
  Reported by:	tcberner

Modified:
  head/audio/amarok/Makefile

Modified: head/audio/amarok/Makefile
==============================================================================
--- head/audio/amarok/Makefile	Mon Feb 18 20:42:46 2019	(r493317)
+++ head/audio/amarok/Makefile	Mon Feb 18 20:45:22 2019	(r493318)
@@ -77,7 +77,7 @@ MTP_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Mtp
 
 QTWEBENGINE_DESC=	Add dependency on qt5-webengine
 QTWEBENGINE_USE=	qt=webengine
-QTWEBENGINE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine=true
+QTWEBENGINE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \



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