svn commit: r313690 - head/devel/py_static_check
Alex Kozlov
ak at FreeBSD.org
Sat Mar 9 06:29:33 UTC 2013
Author: ak
Date: Sat Mar 9 06:29:32 2013
New Revision: 313690
URL: http://svnweb.freebsd.org/changeset/ports/313690
Log:
- Fix INDEX
Modified:
head/devel/py_static_check/Makefile (contents, props changed)
Modified: head/devel/py_static_check/Makefile
==============================================================================
--- head/devel/py_static_check/Makefile Sat Mar 9 05:44:02 2013 (r313689)
+++ head/devel/py_static_check/Makefile Sat Mar 9 06:29:32 2013 (r313690)
@@ -16,7 +16,7 @@ COMMENT= Statically check your python co
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flakes>=0.5:${PORTSDIR}/devel/py-flakes
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.5:${PORTSDIR}/devel/py-pyflakes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
More information about the svn-ports-head
mailing list