svn commit: r438634 - head/devel/py-wrapt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 16 11:07:37 UTC 2017


Author: sunpoet
Date: Sun Apr 16 11:07:36 2017
New Revision: 438634
URL: https://svnweb.freebsd.org/changeset/ports/438634

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/devel/py-wrapt/Makefile

Modified: head/devel/py-wrapt/Makefile
==============================================================================
--- head/devel/py-wrapt/Makefile	Sun Apr 16 11:07:31 2017	(r438633)
+++ head/devel/py-wrapt/Makefile	Sun Apr 16 11:07:36 2017	(r438634)
@@ -12,7 +12,7 @@ COMMENT=	Decorators, wrappers and monkey
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 post-install:


More information about the svn-ports-head mailing list