Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 03:00:12 +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: r364888 - head/databases/py-kyotocabinet
Message-ID:  <201408150300.s7F30C9O069320@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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