diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-03 01:03:10 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-03 01:03:10 +0800 |
commit | 3ee6ca5cb52e25c96a53142fba09b500ba3f3844 (patch) | |
tree | f27b0ef272de2d74de1468c2b285a1b2920ab45a /chinese | |
parent | d994f77170da0c8384d39c2fd38bbc1e11c6c83c (diff) | |
download | freebsd-ports-gnome-3ee6ca5cb52e25c96a53142fba09b500ba3f3844.tar.gz freebsd-ports-gnome-3ee6ca5cb52e25c96a53142fba09b500ba3f3844.tar.zst freebsd-ports-gnome-3ee6ca5cb52e25c96a53142fba09b500ba3f3844.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 277e0888a602..73aecaa0d100 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: |