Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 2014 12:00:32 +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: r366613 - head/chinese/py-cconv
Message-ID:  <201408301200.s7UC0WVD092677@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Aug 30 12:00:31 2014
New Revision: 366613
URL: http://svnweb.freebsd.org/changeset/ports/366613
QAT: https://qat.redports.org/buildarchive/r366613/

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/chinese/py-cconv/Makefile

Modified: head/chinese/py-cconv/Makefile
==============================================================================
--- head/chinese/py-cconv/Makefile	Sat Aug 30 11:30:34 2014	(r366612)
+++ head/chinese/py-cconv/Makefile	Sat Aug 30 12:00:31 2014	(r366613)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libcconv.so:${PORTSDIR}/chinese/cconv
 
 CFLAGS+=	-I${LOCALBASE}/include
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408301200.s7UC0WVD092677>