diff options
author | daichi <daichi@FreeBSD.org> | 2010-06-11 11:01:11 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2010-06-11 11:01:11 +0800 |
commit | f9aa47771b081e50650f7ac4f40896353956cb67 (patch) | |
tree | 64d46016509d0e22d037e38ae1c9e738e5771e3a /japanese | |
parent | 458d5f7b1db9dc0b4d587e005d1e43f2e0cf9625 (diff) | |
download | freebsd-ports-gnome-f9aa47771b081e50650f7ac4f40896353956cb67.tar.gz freebsd-ports-gnome-f9aa47771b081e50650f7ac4f40896353956cb67.tar.zst freebsd-ports-gnome-f9aa47771b081e50650f7ac4f40896353956cb67.zip |
Chase with ibus shilb change.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ibus-anthy/Makefile | 4 | ||||
-rw-r--r-- | japanese/ibus-anthy/pkg-message | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/japanese/ibus-anthy/Makefile b/japanese/ibus-anthy/Makefile index 8863251eedf8..55376e330a6d 100644 --- a/japanese/ibus-anthy/Makefile +++ b/japanese/ibus-anthy/Makefile @@ -7,7 +7,7 @@ PORTNAME= ibus-anthy PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -16,7 +16,7 @@ COMMENT= Anthy engine for IBus BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy -RUN_DEPENDS= ibus-daemon:${PORTSDIR}/textproc/ibus +LIB_DEPENDS= ibus.2:${PORTSDIR}/textproc/ibus USE_GNOME= pygtk2 USE_PYTHON= yes diff --git a/japanese/ibus-anthy/pkg-message b/japanese/ibus-anthy/pkg-message index ee55be7f4464..7264c61b3b95 100644 --- a/japanese/ibus-anthy/pkg-message +++ b/japanese/ibus-anthy/pkg-message @@ -8,7 +8,7 @@ export GTK_IM_MODULE=ibus export QT_IM_MODULE=xim export XMODIFIERS=@im=ibus export XIM_PROGRAM="ibus-daemon" -export XIM_ARGS="--daemonize --xim" +export XIM_ARGS="-r --daemonize --xim" If you are using tcsh, please add following lines to your $HOME/.cshrc: @@ -17,7 +17,7 @@ setenv GTK_IM_MODULE ibus setenv QT_IM_MODULE xim setenv XMODIFIERS @im=ibus setenv XIM_PROGRAM ibus-daemon -setenv XIM_ARGS "--daemonize --xim" +setenv XIM_ARGS "-r --daemonize --xim" If you are using KDE4, you may create a shell script in $HOME/.kde4/env, and add following lines: @@ -28,7 +28,7 @@ export GTK_IM_MODULE=ibus export QT_IM_MODULE=xim export XMODIFIERS=@im=ibus export XIM_PROGRAM="ibus-daemon" -export XIM_ARGS="--daemonize --xim" +export XIM_ARGS="-r --daemonize --xim" If ibus cannot start or the panel does not appear, please ensure that you are using up-to-date python. |