Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 10:19:34 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318064 - head/devel/cppcheck
Message-ID:  <201305131019.r4DAJYCg058797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305131019.r4DAJYCg058797>