1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Remove gcc35 link

This commit is contained in:
Michael Johnson 2006-10-05 23:37:12 +00:00
parent e6d5174812
commit 3e10043f24
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174593

View File

@ -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