aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-05-07 17:16:12 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2018-05-07 17:16:12 +0000
commit7bd34d44362e29cfba660dd2897dd333cf36fc3a (patch)
tree1d74b05f1e405ccc55c0ec81bc0586bd18c94847 /devel/ccache
parent04eb8ddb0be7b2bcf54ecdc94405ab2cf93106bc (diff)
downloadports-7bd34d44362e29cfba660dd2897dd333cf36fc3a.tar.gz
ports-7bd34d44362e29cfba660dd2897dd333cf36fc3a.zip
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r--devel/ccache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index 1450ff4bab90..1f265d3dae43 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.3.5
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://www.samba.org/ftp/ccache/ \
LOCAL/bdrewery
@@ -82,7 +82,7 @@ GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7 8
CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${PORT_OPTIONS:MCLANGLINK}
-CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 -devel
+CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 -devel
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
.endif