diff options
Diffstat (limited to 'devel/py-flake8-docstrings/Makefile')
-rw-r--r-- | devel/py-flake8-docstrings/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-flake8-docstrings/Makefile b/devel/py-flake8-docstrings/Makefile index 1e7351f643ec..f56c48386bfb 100644 --- a/devel/py-flake8-docstrings/Makefile +++ b/devel/py-flake8-docstrings/Makefile @@ -13,11 +13,11 @@ COMMENT= Extension for flake8 which uses pydocstyle to check docstrings LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8 \ - ${PYTHON_PKGNAMEPREFIX}flake8-polyfill>=0:devel/py-flake8-polyfill \ - ${PYTHON_PKGNAMEPREFIX}pydocstyle>=0:devel/py-pydocstyle +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flake8-polyfill>=0:devel/py-flake8-polyfill@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydocstyle>=0:devel/py-pydocstyle@${FLAVOR} -USES?= python +USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes |