svn commit: r395690 - head/sysutils/py-psutil

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 31 13:32:52 UTC 2015


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:


More information about the svn-ports-all mailing list