aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-15 16:59:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-02-15 16:59:16 +0000
commit69c706d0853bca96d09f2eab9b2cf115c4b0db73 (patch)
tree459a82a6f796b26fd685cc183bb7c578b6503f07 /devel/ccache
parent9bab58781b6ba668e63677cc34b918acc3146022 (diff)
downloadports-69c706d0853bca96d09f2eab9b2cf115c4b0db73.tar.gz
ports-69c706d0853bca96d09f2eab9b2cf115c4b0db73.zip
Notes
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 0354f4b535d3..ffe5bf412392 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.3.3
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ \
LOCAL/bdrewery
@@ -54,7 +55,7 @@ GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7
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 -devel
+CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 -devel
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
.endif