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 /net | |
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 'net')
-rw-r--r-- | net/qtweetlib/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/qtweetlib/Makefile b/net/qtweetlib/Makefile index 6436aaecc6c7..74b2c0a466c2 100644 --- a/net/qtweetlib/Makefile +++ b/net/qtweetlib/Makefile @@ -13,8 +13,6 @@ LICENSE= LGPL21 LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson -CMAKE_ARGS= -DCMAKE_COLOR_MAKEFILE:BOOL="OFF" - GH_ACCOUNT= minimoog GH_COMMIT= 2af0b78 GH_PROJECT= QTweetLib |