svn commit: r318064 - head/devel/cppcheck
Brendan Fabeny
bf at FreeBSD.org
Mon May 13 10:19:35 UTC 2013
Author: bf
Date: Mon May 13 10:19:34 2013
New Revision: 318064
URL: http://svnweb.freebsd.org/changeset/ports/318064
Log:
use python 2.* only
Reported by: eadler
Modified:
head/devel/cppcheck/Makefile
Modified: head/devel/cppcheck/Makefile
==============================================================================
--- head/devel/cppcheck/Makefile Mon May 13 09:59:51 2013 (r318063)
+++ head/devel/cppcheck/Makefile Mon May 13 10:19:34 2013 (r318064)
@@ -44,7 +44,7 @@ post-install:
.if ${PORT_OPTIONS:MMATCHCOMPILER}
MAKE_ENV+= SRCDIR=build
-USE_PYTHON_BUILD= 2.6+
+USE_PYTHON_BUILD= -2.7
.endif
.if ${PORT_OPTIONS:MRULES}
More information about the svn-ports-all
mailing list