diff options
author | daichi <daichi@FreeBSD.org> | 2010-06-11 11:10:46 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2010-06-11 11:10:46 +0800 |
commit | c751632278bd43d86e3351025dccea5c182aec32 (patch) | |
tree | 00417f6580c8a5520eb8ea5b10fdfa7722b4433d /japanese | |
parent | f9aa47771b081e50650f7ac4f40896353956cb67 (diff) | |
download | freebsd-ports-gnome-c751632278bd43d86e3351025dccea5c182aec32.tar.gz freebsd-ports-gnome-c751632278bd43d86e3351025dccea5c182aec32.tar.zst freebsd-ports-gnome-c751632278bd43d86e3351025dccea5c182aec32.zip |
Chase with ibus shilb change.
NOTICE: But still under BROKEN bacause some environment
has a build problem. Under researching now.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ibus-mozc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ibus-mozc/Makefile b/japanese/ibus-mozc/Makefile index cc1617f7f592..ba62295b6a60 100644 --- a/japanese/ibus-mozc/Makefile +++ b/japanese/ibus-mozc/Makefile @@ -7,7 +7,7 @@ PORTNAME= ibus-mozc PORTVERSION= r28 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://people.freebsd.org/~daichi/distfiles/ #MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -20,7 +20,7 @@ MAINTAINER= daichi@freebsd.org COMMENT= Mozc engine for IBus BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed -LIB_DEPENDS= ibus.1:${PORTSDIR}/textproc/ibus \ +LIB_DEPENDS= ibus.2:${PORTSDIR}/textproc/ibus \ curl.6:${PORTSDIR}/ftp/curl \ protobuf.6:${PORTSDIR}/devel/protobuf \ gtest.0:${PORTSDIR}/devel/googletest |