svn commit: r395878 - head/devel/py-greenlet

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


Author: sunpoet
Date: Wed Sep  2 17:03:42 2015
New Revision: 395878
URL: https://svnweb.freebsd.org/changeset/ports/395878

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/devel/py-greenlet/Makefile

Modified: head/devel/py-greenlet/Makefile
==============================================================================
--- head/devel/py-greenlet/Makefile	Wed Sep  2 17:03:37 2015	(r395877)
+++ head/devel/py-greenlet/Makefile	Wed Sep  2 17:03:42 2015	(r395878)
@@ -13,7 +13,7 @@ COMMENT=	Light-weight microthreads for P
 LICENSE=	MIT
 
 ONLY_FOR_ARCHS=	amd64 i386
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 post-install:


More information about the svn-ports-all mailing list