diff options
Diffstat (limited to 'devel/py-pyutil/Makefile')
-rw-r--r-- | devel/py-pyutil/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-pyutil/Makefile b/devel/py-pyutil/Makefile index 823545f16881..5a019c3f883c 100644 --- a/devel/py-pyutil/Makefile +++ b/devel/py-pyutil/Makefile @@ -15,9 +15,9 @@ LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.1:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:${PORTSDIR}/converters/zbase32 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist + post-extract: @${FIND} ${WRKSRC} -type f -name "*.py~" -delete |