aboutsummaryrefslogtreecommitdiff
path: root/math/py-pygsl
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-pygsl')
-rw-r--r--math/py-pygsl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-pygsl/Makefile b/math/py-pygsl/Makefile
index 6521110f13ee..e2e264e633c6 100644
--- a/math/py-pygsl/Makefile
+++ b/math/py-pygsl/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
LIB_DEPENDS= libgsl.so:math/gsl
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}