diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:02:35 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-15 03:02:35 +0000 |
commit | 88cb8f1f753cbf5223021ab5d440bc66b176ea85 (patch) | |
tree | 5d6697d1dbe1521747fc30f59c1afbabbc94d998 /sysutils/py-psutil | |
parent | 4849f938c910039d3afedb4bd8b97f1e9ad91647 (diff) |
Notes
Diffstat (limited to 'sysutils/py-psutil')
-rw-r--r-- | sysutils/py-psutil/Makefile | 5 |
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 |