aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-05-18 04:46:34 +0800
committerbdrewery <bdrewery@FreeBSD.org>2014-05-18 04:46:34 +0800
commita35d975f7cd82f530dfa8eec5a7326dd5bea2433 (patch)
tree477b8a163bc3499a42818d6cbd404b7326e9e7cf /devel/ccache
parentff6d960a7635e2ee7127a58e9914f7a353a90cac (diff)
downloadfreebsd-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/Makefile3
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