svn commit: r407862 - head/science/py-pysal

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 2 22:45:01 UTC 2016


Author: sunpoet
Date: Tue Feb  2 22:45:00 2016
New Revision: 407862
URL: https://svnweb.freebsd.org/changeset/ports/407862

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/science/py-pysal/Makefile

Modified: head/science/py-pysal/Makefile
==============================================================================
--- head/science/py-pysal/Makefile	Tue Feb  2 22:44:55 2016	(r407861)
+++ head/science/py-pysal/Makefile	Tue Feb  2 22:45:00 2016	(r407862)
@@ -20,7 +20,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list