diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 23:43:33 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 23:43:33 +0800 |
commit | 68713e63a873487d61e13839964717ad31707a77 (patch) | |
tree | 007c8519a6455a0a0c70a67ca551339c6c99673c /dns/py-idnkit2 | |
parent | 4448b190fd5abad17e3c075074dea29adb16f0db (diff) | |
download | freebsd-ports-gnome-68713e63a873487d61e13839964717ad31707a77.tar.gz freebsd-ports-gnome-68713e63a873487d61e13839964717ad31707a77.tar.zst freebsd-ports-gnome-68713e63a873487d61e13839964717ad31707a77.zip |
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'dns/py-idnkit2')
-rw-r--r-- | dns/py-idnkit2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dns/py-idnkit2/Makefile b/dns/py-idnkit2/Makefile index f3a3509cd239..7372eb7bcafe 100644 --- a/dns/py-idnkit2/Makefile +++ b/dns/py-idnkit2/Makefile @@ -12,10 +12,8 @@ COMMENT= Python bindings for Internationalized Domain Name toolkit 2 LIB_DEPENDS= libidnkitlite.so:${PORTSDIR}/dns/idnkit2 -USES= tar:bzip2 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 tar:bzip2 +USE_PYTHON= distutils autoplist post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |