diff options
author | pav <pav@FreeBSD.org> | 2011-03-26 04:12:06 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-26 04:12:06 +0800 |
commit | ef6c372a93d06ba0439ee8be221adf8aaafacbde (patch) | |
tree | cf434552f20e2238fba8defb4f21c8e24370ccb7 /audio | |
parent | 6dcd5161406023562533a87ac1c1af3d8b3d339d (diff) | |
download | freebsd-ports-gnome-ef6c372a93d06ba0439ee8be221adf8aaafacbde.tar.gz freebsd-ports-gnome-ef6c372a93d06ba0439ee8be221adf8aaafacbde.tar.zst freebsd-ports-gnome-ef6c372a93d06ba0439ee8be221adf8aaafacbde.zip |
- Not MAKE_JOBS_SAFE
Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/clementine-player/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index aa12423effa1..9c9b72e5dbfe 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -34,7 +34,7 @@ QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build \ USE_GCC= 4.2+ INSTALLS_ICONS= yes USE_GSTREAMER= gio ogg mp3 flac soup -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes OPTIONS= VISUALISATION "Visualisations from projectM" off |