Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Sep 2016 19:35:14 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421462 - head/multimedia/qt5-phonon4
Message-ID:  <201609061935.u86JZE6C092054@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Tue Sep  6 19:35:13 2016
New Revision: 421462
URL: https://svnweb.freebsd.org/changeset/ports/421462

Log:
  Switch to out-of-source CMake builds

Modified:
  head/multimedia/qt5-phonon4/Makefile

Modified: head/multimedia/qt5-phonon4/Makefile
==============================================================================
--- head/multimedia/qt5-phonon4/Makefile	Tue Sep  6 19:22:26 2016	(r421461)
+++ head/multimedia/qt5-phonon4/Makefile	Tue Sep  6 19:35:13 2016	(r421462)
@@ -15,7 +15,7 @@ LICENSE=	LGPL21
 
 BUILD_DEPENDS=	${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules
 
-USES=		cmake pathfix tar:xz
+USES=		cmake:outsource pathfix tar:xz
 USE_QT5=	core dbus declarative gui opengl widgets \
 		buildtools_build qmake_build
 CMAKE_ARGS=	-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT:BOOL=TRUE \



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