svn commit: r364888 - head/databases/py-kyotocabinet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 15 03:00:12 UTC 2014


Author: sunpoet
Date: Fri Aug 15 03:00:12 2014
New Revision: 364888
URL: http://svnweb.freebsd.org/changeset/ports/364888
QAT: https://qat.redports.org/buildarchive/r364888/

Log:
  - Use USES=python

Modified:
  head/databases/py-kyotocabinet/Makefile

Modified: head/databases/py-kyotocabinet/Makefile
==============================================================================
--- head/databases/py-kyotocabinet/Makefile	Fri Aug 15 03:00:08 2014	(r364887)
+++ head/databases/py-kyotocabinet/Makefile	Fri Aug 15 03:00:12 2014	(r364888)
@@ -16,8 +16,7 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	3
+PYTHON_FEATURES=autoplist,distutils
+USES=		python:3
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list