From 9d0ffb79dda6b8c3e83797718dc47d3000e120a6 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 16 Aug 2016 16:55:41 +0000 Subject: - Add links for clang39 Approved by: bdrewery (maintainer, implicit) --- devel/ccache/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/ccache') diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 027354493ae8..61375184be4e 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccache PORTVERSION= 3.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ \ LOCAL/bdrewery @@ -55,7 +55,7 @@ GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6 7 CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${PORT_OPTIONS:MCLANGLINK} -CLANG_COMPILERS+= 33 34 35 36 37 38 -devel +CLANG_COMPILERS+= 33 34 35 36 37 38 39 -devel CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|} .endif -- cgit