Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2017 20:56:43 +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: r449725 - head/security/py-certifi
Message-ID:  <201709122056.v8CKuhWH021581@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep 12 20:56:43 2017
New Revision: 449725
URL: https://svnweb.freebsd.org/changeset/ports/449725

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/security/py-certifi/Makefile

Modified: head/security/py-certifi/Makefile
==============================================================================
--- head/security/py-certifi/Makefile	Tue Sep 12 20:56:38 2017	(r449724)
+++ head/security/py-certifi/Makefile	Tue Sep 12 20:56:43 2017	(r449725)
@@ -14,6 +14,6 @@ LICENSE=	MPL20
 
 NO_ARCH=	yes
 USES?=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>



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