svn commit: r407860 - head/databases/py-pgspecial

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


Author: sunpoet
Date: Tue Feb  2 22:44:51 2016
New Revision: 407860
URL: https://svnweb.freebsd.org/changeset/ports/407860

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/databases/py-pgspecial/Makefile

Modified: head/databases/py-pgspecial/Makefile
==============================================================================
--- head/databases/py-pgspecial/Makefile	Tue Feb  2 22:44:47 2016	(r407859)
+++ head/databases/py-pgspecial/Makefile	Tue Feb  2 22:44:51 2016	(r407860)
@@ -15,7 +15,7 @@ LICENSE=	BSD3CLAUSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=4.1:${PORTSDIR}/devel/py-click
 
 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