Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2015 17:03:11 +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: r395871 - head/chinese/py-cconv
Message-ID:  <201509021703.t82H3BXI024627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep  2 17:03:10 2015
New Revision: 395871
URL: https://svnweb.freebsd.org/changeset/ports/395871

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/chinese/py-cconv/Makefile

Modified: head/chinese/py-cconv/Makefile
==============================================================================
--- head/chinese/py-cconv/Makefile	Wed Sep  2 17:03:06 2015	(r395870)
+++ head/chinese/py-cconv/Makefile	Wed Sep  2 17:03:10 2015	(r395871)
@@ -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?201509021703.t82H3BXI024627>