svn commit: r493318 - head/audio/amarok

Adriaan de Groot adridg at FreeBSD.org
Mon Feb 18 20:45:23 UTC 2019


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}|' \


More information about the svn-ports-all mailing list