Date: Tue, 2 Feb 2016 22:44:51 +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: r407860 - head/databases/py-pgspecial Message-ID: <201602022244.u12MipYm084310@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602022244.u12MipYm084310>