svn commit: r358185 - head/multimedia/phonon
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Jun 17 21:46:44 UTC 2014
Author: rakuco
Date: Tue Jun 17 21:46:43 2014
New Revision: 358185
URL: http://svnweb.freebsd.org/changeset/ports/358185
QAT: https://qat.redports.org/buildarchive/r358185/
Log:
Switch from USE_XZ=yes to USES=tar:xz.
PR: 191126
Submitted by: venture37 at geeklan.co.uk
Modified:
head/multimedia/phonon/Makefile
Modified: head/multimedia/phonon/Makefile
==============================================================================
--- head/multimedia/phonon/Makefile Tue Jun 17 21:44:44 2014 (r358184)
+++ head/multimedia/phonon/Makefile Tue Jun 17 21:46:43 2014 (r358185)
@@ -18,8 +18,7 @@ LIB_DEPENDS= libqzeitgeist.so:${PORTSDIR
USE_KDE4= kdehier kdeprefix automoc4
USE_QT4= corelib dbus gui \
qmake_build moc_build rcc_build uic_build
-USE_XZ= yes
-USES= cmake
+USES= cmake tar:xz
CMAKE_ARGS= -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT:BOOL=TRUE \
-DPHONON_NO_PLATFORMPLUGIN:BOOL=TRUE \
-DPHONON_BUILD_DESIGNER_PLUGIN:BOOL=OFF
More information about the svn-ports-head
mailing list