From 48fd576edc1b955f9d7aed40a4ad399d54d3fee7 Mon Sep 17 00:00:00 2001 From: ahze Date: Tue, 2 Nov 2004 15:51:04 +0000 Subject: add link to gcc40 Approved by: pav (co mentor) --- devel/ccache/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 30224f5291fd..ab87814c8f30 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -31,7 +31,7 @@ PLIST_DIRS= libexec/ccache .include .if !defined(WITHOUT_COMPILER_LINKS) -GNU_COMPILERS= 295 33 34 35 +GNU_COMPILERS= 295 33 34 35 40 CCACHE_COMPILERS= cc c++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${ARCH}=="i386" CCACHE_COMPILERS+= icc icpc -- cgit