diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 20:00:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 20:00:31 +0800 |
commit | 1665ca06221df93e3b2e4e0e715c47dacea11cf9 (patch) | |
tree | f26e0873d5abb6ee193ac4bfd03bd0d0bc78ec50 /chinese | |
parent | 0d34336f827e8090f5b91ebed59966ac43a221ed (diff) | |
download | freebsd-ports-gnome-1665ca06221df93e3b2e4e0e715c47dacea11cf9.tar.gz freebsd-ports-gnome-1665ca06221df93e3b2e4e0e715c47dacea11cf9.tar.zst freebsd-ports-gnome-1665ca06221df93e3b2e4e0e715c47dacea11cf9.zip |
- Allow concurrent installation (USE_PYTHON=concurrent)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/py-cconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/py-cconv/Makefile b/chinese/py-cconv/Makefile index dd48c1efdbbf..6a5e497a2fda 100644 --- a/chinese/py-cconv/Makefile +++ b/chinese/py-cconv/Makefile @@ -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: |