diff options
Diffstat (limited to 'math/py-permutation/Makefile')
-rw-r--r-- | math/py-permutation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-permutation/Makefile b/math/py-permutation/Makefile index 188a1bbb7591..c35b2a9f59ac 100644 --- a/math/py-permutation/Makefile +++ b/math/py-permutation/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/jwodder/permutation LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} |