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-filelike | |
parent | - Convert ports of science/ and security to new USES=python (diff) |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371454
Diffstat (limited to 'sysutils/py-filelike')
-rw-r--r-- | sysutils/py-filelike/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-filelike/Makefile b/sysutils/py-filelike/Makefile index fe6ecfa7dff4..fe71d8fb1305 100644 --- a/sysutils/py-filelike/Makefile +++ b/sysutils/py-filelike/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= CHEESESHOP MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= Python module for building and manipulating file-like object -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |