aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/py-psutil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-psutil/Makefile')
-rw-r--r--sysutils/py-psutil/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile
index f64f64cb2815..7f09e29ad82e 100644
--- a/sysutils/py-psutil/Makefile
+++ b/sysutils/py-psutil/Makefile
@@ -12,11 +12,10 @@ COMMENT= Process utilities module for Python
LICENSE= BSD
-USE_PYTHON= yes
-USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= ${PORTNAME}
+USE_PYDISTUTILS=yes
+USE_PYTHON= yes
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP}