svn commit: r306798 - head/devel/pychecker

Dmitry Sivachenko demon at FreeBSD.org
Thu Nov 1 11:33:40 UTC 2012


Author: demon
Date: Thu Nov  1 11:33:39 2012
New Revision: 306798
URL: http://svn.freebsd.org/changeset/ports/306798

Log:
  This program works with python-2 only.
  
  Approved by:	maintainer
  Feature safe:	yes

Modified:
  head/devel/pychecker/Makefile

Modified: head/devel/pychecker/Makefile
==============================================================================
--- head/devel/pychecker/Makefile	Thu Nov  1 11:33:39 2012	(r306797)
+++ head/devel/pychecker/Makefile	Thu Nov  1 11:33:39 2012	(r306798)
@@ -13,7 +13,7 @@ MASTER_SITES=	SF
 MAINTAINER=	mva at FreeBSD.org
 COMMENT=	Python source code checking tool to help hunting common bugs
 
-USE_PYTHON=		yes
+USE_PYTHON=		-2.7
 USE_PYDISTUTILS=	yes
 
 DOCS=		ChangeLog COPYRIGHT KNOWN_BUGS MAINTAINERS README TODO VERSION


More information about the svn-ports-head mailing list