svn commit: r395882 - head/devel/py-pyrfc3339

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 2 17:04:02 UTC 2015


Author: sunpoet
Date: Wed Sep  2 17:04:01 2015
New Revision: 395882
URL: https://svnweb.freebsd.org/changeset/ports/395882

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/devel/py-pyrfc3339/Makefile

Modified: head/devel/py-pyrfc3339/Makefile
==============================================================================
--- head/devel/py-pyrfc3339/Makefile	Wed Sep  2 17:03:56 2015	(r395881)
+++ head/devel/py-pyrfc3339/Makefile	Wed Sep  2 17:04:01 2015	(r395882)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytz
 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