Date: Wed, 2 Sep 2015 17:04:41 +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: r395891 - head/security/py-oauth2client Message-ID: <201509021704.t82H4fij026689@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509021704.t82H4fij026689>