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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 2 17:03:20 UTC 2015


Author: sunpoet
Date: Wed Sep  2 17:03:19 2015
New Revision: 395873
URL: https://svnweb.freebsd.org/changeset/ports/395873

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/databases/py-leveldb/Makefile

Modified: head/databases/py-leveldb/Makefile
==============================================================================
--- head/databases/py-leveldb/Makefile	Wed Sep  2 17:03:14 2015	(r395872)
+++ head/databases/py-leveldb/Makefile	Wed Sep  2 17:03:19 2015	(r395873)
@@ -16,7 +16,7 @@ LICENSE=	BSD3CLAUSE
 
 LIB_DEPENDS=	libleveldb.so:${PORTSDIR}/databases/leveldb
 
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python tar:xz
 
 post-patch:


More information about the svn-ports-head mailing list