summaryrefslogtreecommitdiff
path: root/inputmethod/ibus-mozc/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2013-07-20 04:34:53 +0000
committerryoon <ryoon>2013-07-20 04:34:53 +0000
commit5590736b2bf72495920039a16e0965653755e2dc (patch)
tree01840bb89dc6ac5953df0dd3e5cc8f8aa42b1ef7 /inputmethod/ibus-mozc/Makefile
parent3e7affe057bbf91bcc94c4a79fb2491e39a1d1d7 (diff)
downloadpkgsrc-5590736b2bf72495920039a16e0965653755e2dc.tar.gz
Update to 1.11.1502.102.
* ibus-mozc depends on mozc-server and mozc-tool. * Add CFLAGS+=-std=c++0x in gyp/common.gypi. Changelog: r163 2013-07-17 1.11.1502.102 Fixes cursor movement issue on Emacs 24 ( Issue 168 ) Support numpad keys in mozc.el ( Issue 170 ) Fix build failure on Windows ( Issue 185 , Issue 191) Support GCC 4.8.0 ( Issue 186 ) Fix build failure when use_libprotobuf=1 is specified ( Issue 189 ) Support Emacs 24 in mozc.el ( Issue 190 ) Development of ibus-mozc is now in maintenance mode (Issue 194) Intorduce Mode Indicator for Windows Support per-user input mode for Windows 8 (TSF-mozc) Support InputScope for Windows 8 (TSF-mozc) Support surrounding text on Windows, Mac, LInux and NaCl Enable a developer to configure document directory and/or Zinnia model file path at build time for GNU/Linux build. See the build instruction about how to customize them. Dictionary update
Diffstat (limited to 'inputmethod/ibus-mozc/Makefile')
-rw-r--r--inputmethod/ibus-mozc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/inputmethod/ibus-mozc/Makefile b/inputmethod/ibus-mozc/Makefile
index 13c1009e58a..76d76419d36 100644
--- a/inputmethod/ibus-mozc/Makefile
+++ b/inputmethod/ibus-mozc/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2013/06/06 12:54:37 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2013/07/20 04:34:53 ryoon Exp $
PKGNAME= ibus-${DISTNAME}
-PKGREVISION= 3
INSTALLATION_DIRS+= libexec share/ibus share/icons share/ibus/component \
share/ibus-mozc
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
+DEPENDS+= mozc-server-[0-9]*:../../inputmethod/mozc-server
+DEPENDS+= mozc-tool-[0-9]*:../../inputmethod/mozc-tool
do-build:
cd ${WRKSRC} && env ${MAKE_ENV} \