From aeaa2c34b8c54cda3b30b1460e5aaa121f483ce2 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 2 Feb 2016 22:44:55 +0000 Subject: [PATCH] - Allow concurrent installation (USE_PYTHON=concurrent) --- devel/py-mox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-mox/Makefile b/devel/py-mox/Makefile index 5f8cce1d64b1..73014486a28d 100644 --- a/devel/py-mox/Makefile +++ b/devel/py-mox/Makefile @@ -15,7 +15,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python .include