aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-05-29 07:10:58 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-05-29 07:10:58 +0000
commit881319ef72a6a0b50da62ee1fde70803102336f2 (patch)
tree6582961caf6606c845fce4559c0876a2e71a2667 /devel/ccache
parent54b30d872fe4d631fa33f583346e91c005515f68 (diff)
downloadports-881319ef72a6a0b50da62ee1fde70803102336f2.tar.gz
ports-881319ef72a6a0b50da62ee1fde70803102336f2.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 f2eaf6a1d385..1ee7ab41f778 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ccache
PORTVERSION= 3.1.7
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ CRITICAL
@@ -37,7 +38,7 @@ PLIST_SUB+= CCLINKDIR="${CCLINKDIR}"
CCACHE_COMPILERS+= icc icpc
.endif
-GNU_COMPILERS+= 34 42 43 44 45 46
+GNU_COMPILERS+= 34 42 43 44 45 46 47 48
CCACHE_COMPILERS+= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if defined(WITH_CLANGLINK)