Date: Tue, 2 Feb 2016 22:44:56 +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: r407861 - head/devel/py-mox Message-ID: <201602022244.u12MiuXm084411@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 2 22:44:55 2016 New Revision: 407861 URL: https://svnweb.freebsd.org/changeset/ports/407861 Log: - Allow concurrent installation (USE_PYTHON=concurrent) Modified: head/devel/py-mox/Makefile Modified: head/devel/py-mox/Makefile ============================================================================== --- head/devel/py-mox/Makefile Tue Feb 2 22:44:51 2016 (r407860) +++ head/devel/py-mox/Makefile Tue Feb 2 22:44:55 2016 (r407861) @@ -15,7 +15,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING NO_ARCH= yes -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils USES= python .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602022244.u12MiuXm084411>