diff options
Diffstat (limited to 'textproc/py-autopep8/Makefile')
-rw-r--r-- | textproc/py-autopep8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-autopep8/Makefile b/textproc/py-autopep8/Makefile index 67c74ba62b1c..fef0e7b9e50b 100644 --- a/textproc/py-autopep8/Makefile +++ b/textproc/py-autopep8/Makefile @@ -12,7 +12,7 @@ COMMENT= Automatically formats Python code to conform to the PEP 8 style guide LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.3:devel/py-pycodestyle +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.3:devel/py-pycodestyle@${FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils |