aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-11-19 07:26:54 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-11-19 07:26:54 +0000
commit095530e8b09a0ed65f516ac53f3864eb1dd07c20 (patch)
tree0521b529675b4bbd8c546141f2cf9e86b0cbfe19 /devel/ccache
parent07643302ec6b300cae6f3051c4c97230493e741d (diff)
downloadports-095530e8b09a0ed65f516ac53f3864eb1dd07c20.tar.gz
ports-095530e8b09a0ed65f516ac53f3864eb1dd07c20.zip
Add links to gcc43
Notes
Notes: svn path=/head/; revision=177555
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 2c6eec131e04..b2368bbea3c2 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ccache
PORTVERSION= 2.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= http://samba.org/ftp/ccache/
@@ -34,7 +34,7 @@ SUB_FILES= ${HOWTO} pkg-message
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_COMPILER_LINKS)
-GNU_COMPILERS= 295 32 33 34 40 41 42
+GNU_COMPILERS= 295 32 33 34 40 41 42 43
CCACHE_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${ARCH}=="i386"
CCACHE_COMPILERS+= icc icpc