aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-15 11:02:35 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-15 11:02:35 +0800
commitbece21bae02b7815f6895a137c59e674ae21f483 (patch)
tree5d6697d1dbe1521747fc30f59c1afbabbc94d998 /sysutils
parent7b63d8640a5e5cbd64fe8dd51e675e927234a528 (diff)
downloadfreebsd-ports-gnome-bece21bae02b7815f6895a137c59e674ae21f483.tar.gz
freebsd-ports-gnome-bece21bae02b7815f6895a137c59e674ae21f483.tar.zst
freebsd-ports-gnome-bece21bae02b7815f6895a137c59e674ae21f483.zip
- Use USES=python
Diffstat (limited to 'sysutils')
-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 c0c552b55257..ec3dad5b7908 100644
--- a/sysutils/py-psutil/Makefile
+++ b/sysutils/py-psutil/Makefile
@@ -12,9 +12,8 @@ COMMENT= Process utilities module for Python
LICENSE= BSD3CLAUSE
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= yes
+PYTHON_FEATURES=autoplist,distutils
+USES= python
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_psutil_bsd.so ${STAGEDIR}${PYTHON_SITELIBDIR}/_psutil_posix.so