Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 02:59:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364884 - head/chinese/py-cconv
Message-ID:  <201408150259.s7F2xtvw068708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 15 02:59:55 2014
New Revision: 364884
URL: http://svnweb.freebsd.org/changeset/ports/364884
QAT: https://qat.redports.org/buildarchive/r364884/

Log:
  - Use USES=python

Modified:
  head/chinese/py-cconv/Makefile

Modified: head/chinese/py-cconv/Makefile
==============================================================================
--- head/chinese/py-cconv/Makefile	Fri Aug 15 02:59:51 2014	(r364883)
+++ head/chinese/py-cconv/Makefile	Fri Aug 15 02:59:55 2014	(r364884)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150259.s7F2xtvw068708>