svn commit: r395875 - head/devel/py-configargparse

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


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>


More information about the svn-ports-all mailing list