Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 17:03:29 +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: r395875 - head/devel/py-configargparse
Message-ID:  <201509021703.t82H3TQI025047@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep  2 17:03:28 2015
New Revision: 395875
URL: https://svnweb.freebsd.org/changeset/ports/395875

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/devel/py-configargparse/Makefile

Modified: head/devel/py-configargparse/Makefile
==============================================================================
--- head/devel/py-configargparse/Makefile	Wed Sep  2 17:03:23 2015	(r395874)
+++ head/devel/py-configargparse/Makefile	Wed Sep  2 17:03:28 2015	(r395875)
@@ -14,7 +14,7 @@ COMMENT=	Drop-in replacement for argpars
 LICENSE=	MIT
 
 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?201509021703.t82H3TQI025047>