svn commit: r395880 - head/devel/py-parsing
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Sep 2 17:03:53 UTC 2015
Author: sunpoet
Date: Wed Sep 2 17:03:51 2015
New Revision: 395880
URL: https://svnweb.freebsd.org/changeset/ports/395880
Log:
- Allow concurrent installation (USE_PYTHON=concurrent)
Modified:
head/devel/py-parsing/Makefile
Modified: head/devel/py-parsing/Makefile
==============================================================================
--- head/devel/py-parsing/Makefile Wed Sep 2 17:03:47 2015 (r395879)
+++ head/devel/py-parsing/Makefile Wed Sep 2 17:03:51 2015 (r395880)
@@ -13,7 +13,7 @@ COMMENT= General parsing module for Pyth
LICENSE= MIT
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list