diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:07:39 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:07:39 +0800 |
commit | a3efce1abab3e3ffdacfd584b2689609a0979ef8 (patch) | |
tree | 89c14611c583909707d36d2ee33980021a65b425 /chinese | |
parent | 01d8d88f456e484b8265e7be7086d3b5a1b4b701 (diff) | |
download | freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.tar.gz freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.tar.zst freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.zip |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx-configtool/Makefile | 3 | ||||
-rw-r--r-- | chinese/fcitx-sunpinyin/Makefile | 3 | ||||
-rw-r--r-- | chinese/sunpinyin/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/chinese/fcitx-configtool/Makefile b/chinese/fcitx-configtool/Makefile index 700e4749ca76..ddc7e1146c7c 100644 --- a/chinese/fcitx-configtool/Makefile +++ b/chinese/fcitx-configtool/Makefile @@ -15,9 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso- ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx -USE_XZ= yes USE_GNOME= intltool gnomehack -USES= cmake gettext pkgconfig +USES= cmake gettext pkgconfig tar:xz OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT=GTK2 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 diff --git a/chinese/sunpinyin/Makefile b/chinese/sunpinyin/Makefile index 6e687ed5ccfd..a04c2d4e0424 100644 --- a/chinese/sunpinyin/Makefile +++ b/chinese/sunpinyin/Makefile @@ -20,10 +20,9 @@ LICENSE_COMB= dual LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -USE_XZ= yes MAKE_ARGS+= --prefix=${PREFIX} --libdatadir=${PREFIX}/share USE_LDCONFIG= yes -USES= scons gmake iconv pkgconfig +USES= scons gmake iconv pkgconfig tar:xz LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} NO_STAGE= yes |