Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2018 06:21:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460784 - head/devel/py-protobuf
Message-ID:  <201802030621.w136LQj8084072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802030621.w136LQj8084072>