svn commit: r395891 - head/security/py-oauth2client

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


Author: sunpoet
Date: Wed Sep  2 17:04:40 2015
New Revision: 395891
URL: https://svnweb.freebsd.org/changeset/ports/395891

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/security/py-oauth2client/Makefile

Modified: head/security/py-oauth2client/Makefile
==============================================================================
--- head/security/py-oauth2client/Makefile	Wed Sep  2 17:04:36 2015	(r395890)
+++ head/security/py-oauth2client/Makefile	Wed Sep  2 17:04:40 2015	(r395891)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1
 		${PYTHON_PKGNAMEPREFIX}six>=1.6.1:${PORTSDIR}/devel/py-six
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list