diff options
Diffstat (limited to 'textproc/py-pyaml/Makefile')
-rw-r--r-- | textproc/py-pyaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pyaml/Makefile b/textproc/py-pyaml/Makefile index 9b8ff5a1087c..14b2db4097b4 100644 --- a/textproc/py-pyaml/Makefile +++ b/textproc/py-pyaml/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/mk-fg/pretty-yaml LICENSE= WTFPL LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} |