diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-06-02 00:43:03 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-06-02 00:43:03 +0800 |
commit | df3edca40adc4f931a1a6442656944291933a560 (patch) | |
tree | e50c4ec462c56e17e3945f544a036dd2d75120f0 /chinese/fcitx-cloudpinyin | |
parent | 48473102a3e4f8dc76ab3937411cd71b2bba3e0c (diff) | |
download | freebsd-ports-gnome-df3edca40adc4f931a1a6442656944291933a560.tar.gz freebsd-ports-gnome-df3edca40adc4f931a1a6442656944291933a560.tar.zst freebsd-ports-gnome-df3edca40adc4f931a1a6442656944291933a560.zip |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Diffstat (limited to 'chinese/fcitx-cloudpinyin')
-rw-r--r-- | chinese/fcitx-cloudpinyin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/fcitx-cloudpinyin/Makefile b/chinese/fcitx-cloudpinyin/Makefile index 077258bbd81d..039b275c6e54 100644 --- a/chinese/fcitx-cloudpinyin/Makefile +++ b/chinese/fcitx-cloudpinyin/Makefile @@ -14,8 +14,7 @@ COMMENT= A cloud-based Pinyin module for Fcitx LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ libcurl.so:${PORTSDIR}/ftp/curl -USE_XZ= yes -USES= cmake gettext pkgconfig +USES= tar:xz cmake gettext pkgconfig USE_GNOME= intltool PROJECTHOST= fcitx |