aboutsummaryrefslogtreecommitdiff
path: root/devel/py_static_check/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py_static_check/Makefile')
-rw-r--r--devel/py_static_check/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py_static_check/Makefile b/devel/py_static_check/Makefile
index fb541a9c906f..c4e4d3193008 100644
--- a/devel/py_static_check/Makefile
+++ b/devel/py_static_check/Makefile
@@ -12,9 +12,9 @@ COMMENT= Statically check your python code
LICENSE= MIT
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.5:devel/py-pyflakes
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyflakes>=0.5:devel/py-pyflakes@${FLAVOR}
-USES= python
+USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>