diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 16:43:03 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-06-01 16:43:03 +0000 |
commit | c1023f2b65d499994cbbdf730998edb79f61f28e (patch) | |
tree | e50c4ec462c56e17e3945f544a036dd2d75120f0 /chinese/libgooglepinyin | |
parent | 7a2a42a09acd6d55ba3e201190ab6c9bf305439e (diff) |
Notes
Diffstat (limited to 'chinese/libgooglepinyin')
-rw-r--r-- | chinese/libgooglepinyin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/libgooglepinyin/Makefile b/chinese/libgooglepinyin/Makefile index b7e647cf0983..b3f2acc9c850 100644 --- a/chinese/libgooglepinyin/Makefile +++ b/chinese/libgooglepinyin/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= lichray@gmail.com COMMENT= A fork of Google Pinyin IME on Android -USE_BZIP2= yes USE_LDCONFIG= yes -USES= cmake +USES= tar:bzip2 cmake .include <bsd.port.mk> |