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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 2 17:03:11 UTC 2015


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:


More information about the svn-ports-all mailing list