svn commit: r364887 - head/databases/py-leveldb

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


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

Log:
  - Use USES=python

Modified:
  head/databases/py-leveldb/Makefile

Modified: head/databases/py-leveldb/Makefile
==============================================================================
--- head/databases/py-leveldb/Makefile	Fri Aug 15 03:00:03 2014	(r364886)
+++ head/databases/py-leveldb/Makefile	Fri Aug 15 03:00:08 2014	(r364887)
@@ -16,10 +16,8 @@ LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libleveldb.so:${PORTSDIR}/databases/leveldb
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	yes
-USES=		tar:xz
+PYTHON_FEATURES=autoplist,distutils
+USES=		python tar:xz
 
 post-patch:
 	@${REINPLACE_CMD} \


More information about the svn-ports-head mailing list