aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2012-01-10 00:09:47 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2012-01-10 00:09:47 +0000
commitd5e45fcadc459689ca15c9407f7a2ca9ee7c2841 (patch)
treed458aeec28639871c75aa0a9fd67e2035ae4593e /japanese
parentebdda17c3d2b52b0c843777dfcc357d3f5defe2b (diff)
downloadports-d5e45fcadc459689ca15c9407f7a2ca9ee7c2841.tar.gz
ports-d5e45fcadc459689ca15c9407f7a2ca9ee7c2841.zip
Update for ibus 1.4.0
Notes
Notes: svn path=/head/; revision=288855
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ibus-mozc/Makefile2
-rw-r--r--japanese/mozc-server/Makefile4
2 files changed, 2 insertions, 4 deletions
diff --git a/japanese/ibus-mozc/Makefile b/japanese/ibus-mozc/Makefile
index 6aac6d41355c..10d3790bfe82 100644
--- a/japanese/ibus-mozc/Makefile
+++ b/japanese/ibus-mozc/Makefile
@@ -7,7 +7,7 @@
PKGNAMEPREFIX= ja-ibus-
PKGNAMESUFFIX=
-PORTREVISION= 2
+PORTREVISION= 3
COMMENT= Mozc engine for IBus
DATADIR= ${PREFIX}/share/ibus-${PORTNAME}
diff --git a/japanese/mozc-server/Makefile b/japanese/mozc-server/Makefile
index e5416aef43ff..0621e14755fe 100644
--- a/japanese/mozc-server/Makefile
+++ b/japanese/mozc-server/Makefile
@@ -131,9 +131,7 @@ do-install-mozc_tool:
# ibus_mozc
.if ${BUILD_MOZC_LIST:Mibus_mozc} == "ibus_mozc"
-LIB_DEPENDS+= ibus.2:${PORTSDIR}/textproc/ibus
-# after ibus updated to 1.4.0, use below instead.
-#LIB_DEPENDS+= ibus-1.0.400:${PORTSDIR}/textproc/ibus
+LIB_DEPENDS+= ibus-1.0.400:${PORTSDIR}/textproc/ibus
RUN_DEPENDS+= mozc_server:${PORTSDIR}/japanese/mozc-server \
mozc_tool:${PORTSDIR}/japanese/mozc-tool \
mozc_server_start:${PORTSDIR}/japanese/mozc-additions \