aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-09-13 04:56:43 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-09-13 04:56:43 +0800
commit45676661a4fc27be797bc8dba385fc7e8a733f1f (patch)
tree21de87cd8a64786298ec12d530e3d56552ee4360
parentf8bb505dc4fc02d460fb1e9409a75786ffeffd5c (diff)
downloadfreebsd-ports-gnome-45676661a4fc27be797bc8dba385fc7e8a733f1f.tar.gz
freebsd-ports-gnome-45676661a4fc27be797bc8dba385fc7e8a733f1f.tar.zst
freebsd-ports-gnome-45676661a4fc27be797bc8dba385fc7e8a733f1f.zip
Allow concurrent installation (USE_PYTHON=concurrent)
-rw-r--r--security/py-certifi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-certifi/Makefile b/security/py-certifi/Makefile
index 48e541cbd6be..e236153b72ef 100644
--- a/security/py-certifi/Makefile
+++ b/security/py-certifi/Makefile
@@ -14,6 +14,6 @@ LICENSE= MPL20
NO_ARCH= yes
USES?= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>