diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 05:07:39 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-30 05:07:39 +0800 |
commit | fff296bfe7e1afaa552a3b360b7a478288ef7be9 (patch) | |
tree | 89c14611c583909707d36d2ee33980021a65b425 /chinese/fcitx-sunpinyin | |
parent | b55428d14a6a552c7e2405f40678662b6845e3d4 (diff) | |
download | freebsd-ports-gnome-fff296bfe7e1afaa552a3b360b7a478288ef7be9.tar.gz freebsd-ports-gnome-fff296bfe7e1afaa552a3b360b7a478288ef7be9.tar.zst freebsd-ports-gnome-fff296bfe7e1afaa552a3b360b7a478288ef7be9.zip |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'chinese/fcitx-sunpinyin')
-rw-r--r-- | chinese/fcitx-sunpinyin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile index 0f728e86db45..fd7517c3cb6f 100644 --- a/chinese/fcitx-sunpinyin/Makefile +++ b/chinese/fcitx-sunpinyin/Makefile @@ -14,8 +14,7 @@ LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx BUILD_DEPENDS= zh-sunpinyin>=2.0.4.r2:${PORTSDIR}/chinese/sunpinyin RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_XZ= yes -USES= cmake gettext pkgconfig +USES= cmake gettext pkgconfig tar:xz USE_GNOME= intltool INSTALLS_ICONS= yes |