svn commit: r424520 - head/multimedia/qt5-phonon4-designerplugin
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sun Oct 23 13:53:48 UTC 2016
Author: rakuco
Date: Sun Oct 23 13:53:47 2016
New Revision: 424520
URL: https://svnweb.freebsd.org/changeset/ports/424520
Log:
Switch to an out-of-source CMake build.
Modified:
head/multimedia/qt5-phonon4-designerplugin/Makefile
Modified: head/multimedia/qt5-phonon4-designerplugin/Makefile
==============================================================================
--- head/multimedia/qt5-phonon4-designerplugin/Makefile Sun Oct 23 13:18:46 2016 (r424519)
+++ head/multimedia/qt5-phonon4-designerplugin/Makefile Sun Oct 23 13:53:47 2016 (r424520)
@@ -16,12 +16,12 @@ LICENSE= LGPL21
BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/extra-cmake-modules
-USES= cmake tar:xz
+USES= cmake:outsource tar:xz
USE_QT5= buildtools_build qmake_build designer phonon4
CMAKE_ARGS= -DPHONON_QT_PLUGIN_INSTALL_DIR=${PREFIX}/${QT_PLUGINDIR_REL}/designer \
-DPHONON_BUILD_PHONON4QT5=ON
-BUILD_WRKSRC= ${WRKSRC}/designer
+BUILD_WRKSRC= ${CONFIGURE_WRKSRC}/designer
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DISTINFO_FILE= ${.CURDIR:H}/qt5-phonon4/distinfo
More information about the svn-ports-all
mailing list