diff options
Diffstat (limited to 'devel/py-jsbeautifier/Makefile')
-rw-r--r-- | devel/py-jsbeautifier/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-jsbeautifier/Makefile b/devel/py-jsbeautifier/Makefile index bade3af9cf83..196737098740 100644 --- a/devel/py-jsbeautifier/Makefile +++ b/devel/py-jsbeautifier/Makefile @@ -12,8 +12,8 @@ COMMENT= JavaScript unobfuscator and beautifier LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}editorconfig>=0.12.0:editors/py-editorconfig +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}editorconfig>=0.12.0:editors/py-editorconfig@${FLAVOR} USES?= python USE_PYTHON= distutils autoplist |