aboutsummaryrefslogtreecommitdiff
path: root/math/py-numexpr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numexpr/Makefile')
-rw-r--r--math/py-numexpr/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index c80ffdc9be6b..c5b9355b86b6 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -16,8 +16,7 @@ LICENSE= MIT
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS:= ${BUILD_DEPENDS}
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= yes
+PYTHON_FEATURES=autoplist,distutils
+USES= python
.include <bsd.port.mk>