Date: Tue, 17 Jun 2014 21:46:44 +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: r358185 - head/multimedia/phonon Message-ID: <201406172146.s5HLkijn020439@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406172146.s5HLkijn020439>