summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-24 07:35:40 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-04-24 07:35:40 +0000
commit08c99f3ad5e81fd0d89c32e9337608d9a9bb4e35 (patch)
tree83aac97dcee746842718f1f34dfa58caca71df28 /chinese
parentfixed a mozc-el build issue (diff)
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=316407
Diffstat (limited to 'chinese')
-rw-r--r--chinese/fcitx-chewing/Makefile3
-rw-r--r--chinese/fcitx-cloudpinyin/Makefile3
-rw-r--r--chinese/fcitx-googlepinyin/Makefile3
-rw-r--r--chinese/fcitx-libpinyin/Makefile3
-rw-r--r--chinese/fcitx-rime/Makefile3
-rw-r--r--chinese/fcitx-sunpinyin/Makefile3
-rw-r--r--chinese/fcitx-table-extra/Makefile3
-rw-r--r--chinese/fcitx-ui-light/Makefile3
-rw-r--r--chinese/ibus-chewing/Makefile3
-rw-r--r--chinese/librime/Makefile3
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