Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 17:03:20 +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: r395873 - head/databases/py-leveldb
Message-ID:  <201509021703.t82H3K9E024842@repo.freebsd.org>

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



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