diff options
author | nivit <nivit@FreeBSD.org> | 2013-03-07 22:10:26 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2013-03-07 22:10:26 +0800 |
commit | e61201c27c5a65b44309f94db69331d491aaa6c7 (patch) | |
tree | 2e844eae87e42c00f3eb0b688c4fad4680256265 /audio/tomahawk | |
parent | 90588ce697f0937570c8422492f69e6e96f1b9c9 (diff) | |
download | freebsd-ports-gnome-e61201c27c5a65b44309f94db69331d491aaa6c7.tar.gz freebsd-ports-gnome-e61201c27c5a65b44309f94db69331d491aaa6c7.tar.zst freebsd-ports-gnome-e61201c27c5a65b44309f94db69331d491aaa6c7.zip |
- Re-enable color output during the building phase
Suggested by: makc
Diffstat (limited to 'audio/tomahawk')
-rw-r--r-- | audio/tomahawk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/tomahawk/Makefile b/audio/tomahawk/Makefile index 0c3cc96e96a8..e458b43ed21d 100644 --- a/audio/tomahawk/Makefile +++ b/audio/tomahawk/Makefile @@ -25,8 +25,7 @@ RUN_DEPENDS= phonon-vlc>=0.6.1:${PORTSDIR}/multimedia/phonon-vlc \ phonon-gstreamer>=4.6.3:${PORTSDIR}/multimedia/phonon-gstreamer \ qca-ossl>=2.0.0.b3_4:${PORTSDIR}/security/qca-ossl -CMAKE_ARGS= -DCMAKE_BUILD_TYPE:STRING="Release" \ - -DCMAKE_COLOR_MAKEFILE:BOOL="OFF" \ +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE:STRING="Release" \ -DWITH_BREAKPAD:BOOL="OFF" \ -DWITH_BUILD:STRING="Release" |