diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-12-06 01:46:45 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-12-06 01:46:45 +0800 |
commit | 127a1a952571bf311392c04a41c8ebdcf51a7383 (patch) | |
tree | 2958b2829b32067cb64fa06d173662f21266eeb0 /audio | |
parent | 2564cb0b7cd8382d3a7d6d51b4aa3324043a39ac (diff) | |
download | freebsd-ports-gnome-127a1a952571bf311392c04a41c8ebdcf51a7383.tar.gz freebsd-ports-gnome-127a1a952571bf311392c04a41c8ebdcf51a7383.tar.zst freebsd-ports-gnome-127a1a952571bf311392c04a41c8ebdcf51a7383.zip |
Switch to an out-of-source CMake build.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amarok-kde4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/amarok-kde4/Makefile b/audio/amarok-kde4/Makefile index b16b37c6855a..ffaeaeee11d0 100644 --- a/audio/amarok-kde4/Makefile +++ b/audio/amarok-kde4/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:dev RUN_DEPENDS= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so.1.0.0:devel/qtscriptgenerator \ ${KDE_PREFIX}/lib/kde4/kio_upnp_ms.so:net/kio-upnp-ms -USES= cmake kde:4 mysql pkgconfig \ +USES= cmake:outsource kde:4 mysql pkgconfig \ shared-mime-info shebangfix tar:bzip2 USE_GL= gl USE_KDE= automoc4 kdelibs libkcddb libkcompactdisc \ |