diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-05-18 04:46:34 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-05-18 04:46:34 +0800 |
commit | a35d975f7cd82f530dfa8eec5a7326dd5bea2433 (patch) | |
tree | 477b8a163bc3499a42818d6cbd404b7326e9e7cf /devel/ccache | |
parent | ff6d960a7635e2ee7127a58e9914f7a353a90cac (diff) | |
download | freebsd-ports-gnome-a35d975f7cd82f530dfa8eec5a7326dd5bea2433.tar.gz freebsd-ports-gnome-a35d975f7cd82f530dfa8eec5a7326dd5bea2433.tar.zst freebsd-ports-gnome-a35d975f7cd82f530dfa8eec5a7326dd5bea2433.zip |
Enable colors by default
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index f718709fea24..5e70dd7f112f 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccache PORTVERSION= 3.1.9 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ \ CRITICAL @@ -22,6 +22,7 @@ SUB_FILES= ${HOWTO} world-ccache pkg-message ccache-update-links.sh PORTDOCS= ccache-howto-freebsd.txt MANUAL.html OPTIONS_DEFINE= CLANGLINK LLVMLINK STATIC DOCS TINDERBOX COLORS +OPTIONS_DEFAULT=COLORS COLORS_DESC= Support compiler colors CLANGLINK_DESC= Create clang compiler links if clang is installed |