diff options
Diffstat (limited to 'devel/cppcheck/Makefile')
-rw-r--r-- | devel/cppcheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index 190143b140e5..535b092e931f 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -45,7 +45,7 @@ post-install: .if ${PORT_OPTIONS:MMATCHCOMPILER} MAKE_ENV+= SRCDIR=build -USE_PYTHON_BUILD= -2.7 +USE_PYTHON_BUILD= 2 .endif .if ${PORT_OPTIONS:MRULES} |