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-execnet | |
parent | 742321c70870f8339d0ac558f88a918b77b56096 (diff) |
Notes
Diffstat (limited to 'sysutils/py-execnet')
-rw-r--r-- | sysutils/py-execnet/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-execnet/Makefile b/sysutils/py-execnet/Makefile index fdea9dca9b21..f6c989831b79 100644 --- a/sysutils/py-execnet/Makefile +++ b/sysutils/py-execnet/Makefile @@ -12,8 +12,7 @@ COMMENT= Distributed Python deployment and communication LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |