diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 15:50:53 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 15:50:53 +0800 |
commit | dc3d0650673d81132ee89d472a4c21d49328fa91 (patch) | |
tree | e02fe0a758ee3fd52b58a10326bb7c498ab3c957 /converters/zbase32 | |
parent | f0650650659a9d0d05c3b1ccd3d4949aee1bc9c2 (diff) | |
download | freebsd-ports-gnome-dc3d0650673d81132ee89d472a4c21d49328fa91.tar.gz freebsd-ports-gnome-dc3d0650673d81132ee89d472a4c21d49328fa91.tar.zst freebsd-ports-gnome-dc3d0650673d81132ee89d472a4c21d49328fa91.zip |
- Convert ports from cad/, chinese/, comms/ and converters/ to new
USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'converters/zbase32')
-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> |