diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-09-06 19:35:13 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-09-06 19:35:13 +0000 |
commit | 099de8388b3c6914d56d56de94376d9fdf72dea0 (patch) | |
tree | 2c45842564483bb6a1afb9843f286e2afc5ebb3f | |
parent | e75f80257a6e75a8840db66891e2636511ab975b (diff) | |
download | freebsd-ports-099de8388b3c6914d56d56de94376d9fdf72dea0.zip |
Switch to out-of-source CMake builds
-rw-r--r-- | multimedia/qt5-phonon4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/qt5-phonon4/Makefile b/multimedia/qt5-phonon4/Makefile index cbf0f844b1d0..d6a655dad909 100644 --- a/multimedia/qt5-phonon4/Makefile +++ b/multimedia/qt5-phonon4/Makefile @@ -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 \ |