svn commit: r489894 - head/multimedia/phonon
Tobias C. Berner
tcberner at FreeBSD.org
Thu Jan 10 20:24:29 UTC 2019
Author: tcberner
Date: Thu Jan 10 20:24:28 2019
New Revision: 489894
URL: https://svnweb.freebsd.org/changeset/ports/489894
Log:
multimedia/phonon: fix CMAKE_OFF line
Modified:
head/multimedia/phonon/Makefile
Modified: head/multimedia/phonon/Makefile
==============================================================================
--- head/multimedia/phonon/Makefile Thu Jan 10 19:52:57 2019 (r489893)
+++ head/multimedia/phonon/Makefile Thu Jan 10 20:24:28 2019 (r489894)
@@ -27,7 +27,7 @@ qt5_PLIST= ${.CURDIR}/pkg-plist.qt5
USES= cmake compiler:c++11-lang pathfix tar:xz
CMAKE_ON= PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT \
PHONON_NO_PLATFORMPLUGIN
-CMAKE_OFF= PHONON_BUILD_DESIGNER_PLUGIN:BOOL=OFF
+CMAKE_OFF= PHONON_BUILD_DESIGNER_PLUGIN
USE_LDCONFIG= yes
. if ${FLAVOR} == qt4
More information about the svn-ports-head
mailing list