svn commit: r460784 - head/devel/py-protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 3 06:21:29 UTC 2018


Author: sunpoet
Date: Sat Feb  3 06:21:26 2018
New Revision: 460784
URL: https://svnweb.freebsd.org/changeset/ports/460784

Log:
  Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/devel/py-protobuf/Makefile

Modified: head/devel/py-protobuf/Makefile
==============================================================================
--- head/devel/py-protobuf/Makefile	Sat Feb  3 06:21:21 2018	(r460783)
+++ head/devel/py-protobuf/Makefile	Sat Feb  3 06:21:26 2018	(r460784)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-
 DO_MAKE_TEST=	${PYTHON_CMD} ${PYDISTUTILS_SETUP}
 NO_ARCH=	yes
 TEST_TARGET=	test
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 WRKSRC_SUBDIR=	python
 


More information about the svn-ports-head mailing list