aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-03-02 15:38:46 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-03-02 15:38:46 +0000
commit013bb940b8602fa30a6915ebb37e6aebdc5e2457 (patch)
tree8d01e58894c9e051598177935f2e9b165baffec9 /devel/ccache
parente5378fe32bc935cbe13506d6e5f0de30607b824f (diff)
downloadports-013bb940b8602fa30a6915ebb37e6aebdc5e2457.tar.gz
ports-013bb940b8602fa30a6915ebb37e6aebdc5e2457.zip
Notes
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 5e4c6d3e562a..f718709fea24 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.1.9
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ \
CRITICAL
@@ -41,7 +41,7 @@ STATIC_LDFLAGS= -static
.if ${PORT_OPTIONS:MCOLORS}
. if ${COMPILER_TYPE} == clang
CPPFLAGS+= -DCC_IS_CLANG
-. elif ${COMPILER_TYPE} = gcc
+. elif ${COMPILER_TYPE} == gcc
CPPFLAGS+= -DCC_IS_GCC
. endif
.endif