aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-03-06 14:24:06 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-03-06 14:24:06 +0800
commitb78e7f2dabf86d2cd43566750d3c3659f9d0780e (patch)
treedcdb8836c61bdaea5194727f129c983770234428 /security
parent00c525900edffb069410d0a476968d492aa33cef (diff)
downloadfreebsd-ports-gnome-b78e7f2dabf86d2cd43566750d3c3659f9d0780e.tar.gz
freebsd-ports-gnome-b78e7f2dabf86d2cd43566750d3c3659f9d0780e.tar.zst
freebsd-ports-gnome-b78e7f2dabf86d2cd43566750d3c3659f9d0780e.zip
- Allow concurrent installation (USE_PYTHON=concurrent)
Diffstat (limited to 'security')
-rw-r--r--security/py-m2crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 2f30830fbac3..eb4f48e9cf5a 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -18,7 +18,7 @@ BUILD_DEPENDS= swig3.0:${PORTSDIR}/devel/swig30
PYDISTUTILS_BUILDARGS= build_ext --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig3.0
USE_OPENSSL= yes
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
USES= python
PLIST_FILES= %%PYTHON_SITELIBDIR%%/M2Crypto/_m2crypto.py \