aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ccache/Makefile')
-rw-r--r--devel/ccache/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index da5d96adcef2..8c55619cbb62 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ccache
PORTVERSION= 2.4
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= devel
MASTER_SITES= http://samba.org/ftp/ccache/
@@ -33,13 +33,10 @@ SUB_FILES= ${HOWTO} pkg-message
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_COMPILER_LINKS)
-.if ${ARCH}=="i386" || ${ARCH}=="alpha"
-GNU_COMPILERS+= 295
-.endif
.if ${ARCH}=="i386"
CCACHE_COMPILERS+= icc icpc
.endif
-GNU_COMPILERS+= 32 33 34 40 41 42 43 44 -ooo
+GNU_COMPILERS+= 34 42 43 44 -ooo
CCACHE_COMPILERS+= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if defined(EXTRA_COMPILERS)
CCACHE_COMPILERS+= ${EXTRA_COMPILERS}