diff options
Diffstat (limited to 'devel/py-d2to1/Makefile')
-rw-r--r-- | devel/py-d2to1/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-d2to1/Makefile b/devel/py-d2to1/Makefile index f5566f5b88a2..d357610be734 100644 --- a/devel/py-d2to1/Makefile +++ b/devel/py-d2to1/Makefile @@ -12,8 +12,7 @@ COMMENT= Distutils2-like setup.cfg files with setuptools setup.py LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |