diff options
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 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 |