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/fcitx-googlepinyin | |
parent | 7a2a42a09acd6d55ba3e201190ab6c9bf305439e (diff) | |
download | ports-c1023f2b65d499994cbbdf730998edb79f61f28e.tar.gz ports-c1023f2b65d499994cbbdf730998edb79f61f28e.zip |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Notes
Notes:
svn path=/head/; revision=356156
Diffstat (limited to 'chinese/fcitx-googlepinyin')
-rw-r--r-- | chinese/fcitx-googlepinyin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/fcitx-googlepinyin/Makefile b/chinese/fcitx-googlepinyin/Makefile index 3a47ad138b75..14552637d222 100644 --- a/chinese/fcitx-googlepinyin/Makefile +++ b/chinese/fcitx-googlepinyin/Makefile @@ -13,8 +13,7 @@ COMMENT= A libgooglepinyin support for Fcitx LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ libgooglepinyin.so:${PORTSDIR}/chinese/libgooglepinyin -USE_XZ= yes -USES= cmake gettext pkgconfig +USES= tar:xz cmake gettext pkgconfig USE_GNOME= intltool PROJECTHOST= fcitx |