svn commit: r427602 - head/devel/py-prompt_toolkit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 3 08:31:52 UTC 2016


Author: sunpoet
Date: Sat Dec  3 08:31:50 2016
New Revision: 427602
URL: https://svnweb.freebsd.org/changeset/ports/427602

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/devel/py-prompt_toolkit/Makefile

Modified: head/devel/py-prompt_toolkit/Makefile
==============================================================================
--- head/devel/py-prompt_toolkit/Makefile	Sat Dec  3 08:31:46 2016	(r427601)
+++ head/devel/py-prompt_toolkit/Makefile	Sat Dec  3 08:31:50 2016	(r427602)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>
 		${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth
 
 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