aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-15 10:59:55 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-15 10:59:55 +0800
commit89fcf20a8d5b6ae12509faec2fd60820e37b177e (patch)
tree8a457c8df9d759647e3ed6a683bfcd9113db8b87 /chinese
parentd1365f02c8be6492225a0f7a5a562b690c159e65 (diff)
downloadfreebsd-ports-gnome-89fcf20a8d5b6ae12509faec2fd60820e37b177e.tar.gz
freebsd-ports-gnome-89fcf20a8d5b6ae12509faec2fd60820e37b177e.tar.zst
freebsd-ports-gnome-89fcf20a8d5b6ae12509faec2fd60820e37b177e.zip
- Use USES=python
Diffstat (limited to 'chinese')
-rw-r--r--chinese/py-cconv/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/chinese/py-cconv/Makefile b/chinese/py-cconv/Makefile
index 85793ce0fbfc..18caba7da998 100644
--- a/chinese/py-cconv/Makefile
+++ b/chinese/py-cconv/Makefile
@@ -16,8 +16,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv
CFLAGS+= -I${LOCALBASE}/include
-PYDISTUTILS_AUTOPLIST= yes
-USE_PYDISTUTILS=yes
-USE_PYTHON= yes
+PYTHON_FEATURES=autoplist,distutils
+USES= python
.include <bsd.port.mk>