diff options
Diffstat (limited to 'converters/zbase32/Makefile')
-rw-r--r-- | converters/zbase32/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/zbase32/Makefile b/converters/zbase32/Makefile index 4cb8ceb71506..9da85a5017ec 100644 --- a/converters/zbase32/Makefile +++ b/converters/zbase32/Makefile @@ -14,8 +14,7 @@ COMMENT= Base32 Encoder/Decoder BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_darcs>=1.2.11:${PORTSDIR}/devel/py-setuptools_darcs RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distuils autoplist .include <bsd.port.mk> |