aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-10-05 23:37:12 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-10-05 23:37:12 +0000
commit3e10043f24a8047b4aeae443bd95a15f33285de9 (patch)
tree6aeb01a2ec076d8a84db2c969bb0a3e4af815765 /devel/ccache
parente6d517481224a4f7ebef14b0d8831409114e80a6 (diff)
downloadports-3e10043f24a8047b4aeae443bd95a15f33285de9.tar.gz
ports-3e10043f24a8047b4aeae443bd95a15f33285de9.zip
- Remove gcc35 link
Notes
Notes: svn path=/head/; revision=174593
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 5e36e23c015b..2c6eec131e04 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ccache
PORTVERSION= 2.4
-PORTREVISION= 4
+PORTREVISION= 5
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 35 40 41 42
+GNU_COMPILERS= 295 32 33 34 40 41 42
CCACHE_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${ARCH}=="i386"
CCACHE_COMPILERS+= icc icpc