diff options
Diffstat (limited to 'textproc/json2yaml/Makefile')
-rw-r--r-- | textproc/json2yaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/json2yaml/Makefile b/textproc/json2yaml/Makefile index cd062c00529e..a61311800bbc 100644 --- a/textproc/json2yaml/Makefile +++ b/textproc/json2yaml/Makefile @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyaml>=0:textproc/py-pyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} -USES= python:3.6+ +USES= python USE_PYTHON= autoplist distutils noflavors NO_ARCH= yes |