diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ccache/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk> .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 |