svn commit: r444493 - head/devel/py-simplejson
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jun 27 16:14:57 UTC 2017
Author: sunpoet
Date: Tue Jun 27 16:14:56 2017
New Revision: 444493
URL: https://svnweb.freebsd.org/changeset/ports/444493
Log:
Allow concurrent installation (USE_PYTHON=concurrent)
Modified:
head/devel/py-simplejson/Makefile
Modified: head/devel/py-simplejson/Makefile
==============================================================================
--- head/devel/py-simplejson/Makefile Tue Jun 27 16:14:50 2017 (r444492)
+++ head/devel/py-simplejson/Makefile Tue Jun 27 16:14:56 2017 (r444493)
@@ -14,9 +14,8 @@ COMMENT= Simple, fast, extensible JSON encoder/decoder
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-# 2.5-2.7,3.3+
USES?= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/simplejson/_speedups.so
More information about the svn-ports-all
mailing list