diff options
author | ak <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-24 15:35:40 +0800 |
commit | 13feb6e9c86e3bbcaac393343b3b6a912b9372db (patch) | |
tree | 83aac97dcee746842718f1f34dfa58caca71df28 /chinese | |
parent | 4a8d53d2e0b671fee11a9ef2f3ba8f703817c908 (diff) | |
download | freebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.tar.gz freebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.tar.zst freebsd-ports-gnome-13feb6e9c86e3bbcaac393343b3b6a912b9372db.zip |
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx-chewing/Makefile | 3 | ||||
-rw-r--r-- | chinese/fcitx-cloudpinyin/Makefile | 3 | ||||
-rw-r--r-- | chinese/fcitx-googlepinyin/Makefile | 3 | ||||
-rw-r--r-- | chinese/fcitx-libpinyin/Makefile | 3 | ||||
-rw-r--r-- | chinese/fcitx-rime/Makefile | 3 | ||||
-rw-r--r-- | chinese/fcitx-sunpinyin/Makefile | 3 | ||||
-rw-r--r-- | chinese/fcitx-table-extra/Makefile | 3 | ||||
-rw-r--r-- | chinese/fcitx-ui-light/Makefile | 3 | ||||
-rw-r--r-- | chinese/ibus-chewing/Makefile | 3 | ||||
-rw-r--r-- | chinese/librime/Makefile | 3 |
10 files changed, 10 insertions, 20 deletions
diff --git a/chinese/fcitx-chewing/Makefile b/chinese/fcitx-chewing/Makefile index 6f788df1996c..bb1be93e9cbc 100644 --- a/chinese/fcitx-chewing/Makefile +++ b/chinese/fcitx-chewing/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ chewing:${PORTSDIR}/chinese/libchewing USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool PROJECTHOST= fcitx diff --git a/chinese/fcitx-cloudpinyin/Makefile b/chinese/fcitx-cloudpinyin/Makefile index 9e67fed78828..2e7279ba3f0b 100644 --- a/chinese/fcitx-cloudpinyin/Makefile +++ b/chinese/fcitx-cloudpinyin/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ curl:${PORTSDIR}/ftp/curl USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool PROJECTHOST= fcitx diff --git a/chinese/fcitx-googlepinyin/Makefile b/chinese/fcitx-googlepinyin/Makefile index f002b1ea593d..f4f07a9aaf52 100644 --- a/chinese/fcitx-googlepinyin/Makefile +++ b/chinese/fcitx-googlepinyin/Makefile @@ -14,8 +14,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ googlepinyin:${PORTSDIR}/chinese/libgooglepinyin USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool PROJECTHOST= fcitx diff --git a/chinese/fcitx-libpinyin/Makefile b/chinese/fcitx-libpinyin/Makefile index a34f295a85bf..d3467f96dd80 100644 --- a/chinese/fcitx-libpinyin/Makefile +++ b/chinese/fcitx-libpinyin/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ USE_LDCONFIG= ${PREFIX}/lib/fcitx/ USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool INSTALLS_ICONS= yes diff --git a/chinese/fcitx-rime/Makefile b/chinese/fcitx-rime/Makefile index a89400af694d..93f608a16124 100644 --- a/chinese/fcitx-rime/Makefile +++ b/chinese/fcitx-rime/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ USE_LDCONFIG= ${PREFIX}/lib/fcitx/ USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool INSTALLS_ICONS= yes diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile index e97362a1da15..1ccd085d15e7 100644 --- a/chinese/fcitx-sunpinyin/Makefile +++ b/chinese/fcitx-sunpinyin/Makefile @@ -19,8 +19,7 @@ BUILD_DEPENDS= zh-sunpinyin>=2.0.4.r2:${PORTSDIR}/chinese/sunpinyin RUN_DEPENDS:= ${BUILD_DEPENDS} USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool INSTALLS_ICONS= yes diff --git a/chinese/fcitx-table-extra/Makefile b/chinese/fcitx-table-extra/Makefile index 620acafa32c4..d9fe1ed7727a 100644 --- a/chinese/fcitx-table-extra/Makefile +++ b/chinese/fcitx-table-extra/Makefile @@ -17,8 +17,7 @@ COMMENT= Table-based input methods for Fcitx LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx USE_XZ= yes -USE_GETTEXT= yes -USES= cmake +USES= cmake gettext USE_GNOME= intltool INSTALLS_ICONS= yes STRIP= diff --git a/chinese/fcitx-ui-light/Makefile b/chinese/fcitx-ui-light/Makefile index c2d78129d11b..f9bd5fd86a4e 100644 --- a/chinese/fcitx-ui-light/Makefile +++ b/chinese/fcitx-ui-light/Makefile @@ -19,9 +19,8 @@ LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig USE_BZIP2= yes -USE_GETTEXT= yes USE_XORG= x11 xft xpm -USES= cmake +USES= cmake gettext USE_GNOME= intltool PROJECTHOST= fcitx diff --git a/chinese/ibus-chewing/Makefile b/chinese/ibus-chewing/Makefile index 9f5d1ec29610..17f5e7ffdd1f 100644 --- a/chinese/ibus-chewing/Makefile +++ b/chinese/ibus-chewing/Makefile @@ -21,8 +21,7 @@ LIB_DEPENDS= chewing:${PORTSDIR}/chinese/libchewing CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR=${PREFIX}/etc \ -DLIB_DIR=${PREFIX}/lib GCONF_SCHEMAS= ${PORTNAME}.schemas -USES= cmake -USE_GETTEXT= yes +USES= cmake gettext USE_GNOME= gconf2 gtk20 USE_XORG= xtst diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index ad214722b757..85f2cf0df8bb 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \ opencc:${PORTSDIR}/chinese/opencc \ yaml-cpp:${PORTSDIR}/devel/yaml-cpp -USES= cmake pkgconfig -USE_GETTEXT= yes +USES= cmake pkgconfig gettext USE_LDCONFIG= yes USE_XORG= xproto USE_PERL5_BUILD= yes |