aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ccache
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-08-20 04:16:28 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-08-20 04:16:28 +0800
commitc5bb52a94755a9a7c35d2fa860ac09618f9e752a (patch)
treeb7aaac36d22e8b3907ab296f74a38826e3ac87d3 /devel/ccache
parentea6aae06e921e1694dcc1c86fc3cd5b1096ed1f5 (diff)
downloadfreebsd-ports-gnome-c5bb52a94755a9a7c35d2fa860ac09618f9e752a.tar.gz
freebsd-ports-gnome-c5bb52a94755a9a7c35d2fa860ac09618f9e752a.tar.zst
freebsd-ports-gnome-c5bb52a94755a9a7c35d2fa860ac09618f9e752a.zip
- Remove obsolete clang links
Approved by: bdrewery (maintainer, implicit)
Diffstat (limited to 'devel/ccache')
-rw-r--r--devel/ccache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index 817ff1e0252d..b5e941645f4d 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.2.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ \
LOCAL/bdrewery
@@ -52,7 +52,7 @@ GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6
CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${PORT_OPTIONS:MCLANGLINK}
-CLANG_COMPILERS+= 31 32 33 34 35 36 37 -devel
+CLANG_COMPILERS+= 33 34 35 36 37 -devel
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
.endif