diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-17 00:55:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-08-17 00:55:41 +0800 |
commit | 9d0ffb79dda6b8c3e83797718dc47d3000e120a6 (patch) | |
tree | c42dbc6a982f7ab232cf26be25968827a70dda74 /devel/ccache | |
parent | 76f681b1c84e734c9acd52476963149c639ccd14 (diff) | |
download | freebsd-ports-gnome-9d0ffb79dda6b8c3e83797718dc47d3000e120a6.tar.gz freebsd-ports-gnome-9d0ffb79dda6b8c3e83797718dc47d3000e120a6.tar.zst freebsd-ports-gnome-9d0ffb79dda6b8c3e83797718dc47d3000e120a6.zip |
- Add links for clang39
Approved by: bdrewery (maintainer, implicit)
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |