diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:24:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:24:06 +0800 |
commit | b78e7f2dabf86d2cd43566750d3c3659f9d0780e (patch) | |
tree | dcdb8836c61bdaea5194727f129c983770234428 /security | |
parent | 00c525900edffb069410d0a476968d492aa33cef (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |