diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:02:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-15 11:02:35 +0800 |
commit | bece21bae02b7815f6895a137c59e674ae21f483 (patch) | |
tree | 5d6697d1dbe1521747fc30f59c1afbabbc94d998 /sysutils | |
parent | 7b63d8640a5e5cbd64fe8dd51e675e927234a528 (diff) | |
download | freebsd-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/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 |