diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:56:10 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:56:10 +0000 |
commit | fae188751b59d1700f6a3231d48e1eb5e4959e90 (patch) | |
tree | 1fd8e51727e986b995f09c954af9176a37f5d767 /sysutils/py-power | |
parent | 742321c70870f8339d0ac558f88a918b77b56096 (diff) |
Notes
Diffstat (limited to 'sysutils/py-power')
-rw-r--r-- | sysutils/py-power/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-power/Makefile b/sysutils/py-power/Makefile index e3734148b7ad..50d0509025f0 100644 --- a/sysutils/py-power/Makefile +++ b/sysutils/py-power/Makefile @@ -11,8 +11,7 @@ COMMENT= Cross-platform system power status information for Python LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |