svn commit: r410283 - head/security/py-m2crypto
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 6 06:24:08 UTC 2016
Author: sunpoet
Date: Sun Mar 6 06:24:06 2016
New Revision: 410283
URL: https://svnweb.freebsd.org/changeset/ports/410283
Log:
- Allow concurrent installation (USE_PYTHON=concurrent)
Modified:
head/security/py-m2crypto/Makefile
Modified: head/security/py-m2crypto/Makefile
==============================================================================
--- head/security/py-m2crypto/Makefile Sun Mar 6 06:24:02 2016 (r410282)
+++ head/security/py-m2crypto/Makefile Sun Mar 6 06:24:06 2016 (r410283)
@@ -18,7 +18,7 @@ BUILD_DEPENDS= swig3.0:${PORTSDIR}/devel
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 \
More information about the svn-ports-all
mailing list