Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2015 13:32:52 +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: r395690 - head/sysutils/py-psutil
Message-ID:  <201508311332.t7VDWqEk004742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Aug 31 13:32:51 2015
New Revision: 395690
URL: https://svnweb.freebsd.org/changeset/ports/395690

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/sysutils/py-psutil/Makefile

Modified: head/sysutils/py-psutil/Makefile
==============================================================================
--- head/sysutils/py-psutil/Makefile	Mon Aug 31 13:32:46 2015	(r395689)
+++ head/sysutils/py-psutil/Makefile	Mon Aug 31 13:32:51 2015	(r395690)
@@ -12,7 +12,7 @@ COMMENT=	Process utilities module for Py
 
 LICENSE=	BSD3CLAUSE
 
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 post-install:



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