svn commit: r366613 - head/chinese/py-cconv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 30 12:00:32 UTC 2014


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:


More information about the svn-ports-all mailing list