From 2bd296cd8981ca37bdc0e1639be4e062e68eda16 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Wed, 2 Sep 2015 17:03:19 +0000 Subject: [PATCH] - Allow concurrent installation (USE_PYTHON=concurrent) --- databases/py-leveldb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/py-leveldb/Makefile b/databases/py-leveldb/Makefile index c0080a9d2c86..30a6f2741725 100644 --- a/databases/py-leveldb/Makefile +++ b/databases/py-leveldb/Makefile @@ -16,7 +16,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python tar:xz post-patch: