diff options
Diffstat (limited to 'devel/ccache/Makefile')
-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 8dae8acbdb14..280a16b784bb 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -34,7 +34,7 @@ PLIST_DIRS= ${CCLINKDIR} .include <bsd.port.pre.mk> .if !defined(WITHOUT_COMPILER_LINKS) -GNU_COMPILERS= 295 32 33 34 35 40 +GNU_COMPILERS= 295 32 33 34 35 40 41 CCACHE_COMPILERS= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${ARCH}=="i386" CCACHE_COMPILERS+= icc icpc |