diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-03-10 20:12:52 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-03-10 20:12:52 +0000 |
commit | 60288adcbc280fd6704eeeb3e9783b1068a26c6b (patch) | |
tree | 6d265cd0cba2f1972b068f12492b3dc8b004c61d /japanese | |
parent | 0c272f41a37b9960dadb037f9c982f86722e663c (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/uim-anthy/Makefile | 4 | ||||
-rw-r--r-- | japanese/uim-anthy/pkg-plist | 1 | ||||
-rw-r--r-- | japanese/uim-canna/Makefile | 2 | ||||
-rw-r--r-- | japanese/uim-prime/Makefile | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile index 6120cb33c2bc..37e2e457fc1b 100644 --- a/japanese/uim-anthy/Makefile +++ b/japanese/uim-anthy/Makefile @@ -19,7 +19,7 @@ USE_GNOME= gtk20 .endif LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy \ - uim.3:${PORTSDIR}/textproc/uim + uim.4:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} @@ -44,7 +44,7 @@ do-install: (cd ${WRKSRC}/uim && \ ${GMAKE} uim_plugin_LTLIBRARIES=libuim-anthy.la install-uim_pluginLTLIBRARIES) .if !defined(WITHOUT_X11) - (cd ${WRKSRC}/helper && ${GMAKE} bin_PROGRAMS=uim-dict-gtk install-binPROGRAMS) + (cd ${WRKSRC}/helper && ${GMAKE} bin_PROGRAMS=uim-dict-gtk install-binPROGRAMS install-uim_dict_uiDATA) .endif post-install: diff --git a/japanese/uim-anthy/pkg-plist b/japanese/uim-anthy/pkg-plist index 1cd2cccad83a..d517a267797d 100644 --- a/japanese/uim-anthy/pkg-plist +++ b/japanese/uim-anthy/pkg-plist @@ -2,5 +2,6 @@ lib/uim/plugin/libuim-anthy.a lib/uim/plugin/libuim-anthy.la lib/uim/plugin/libuim-anthy.so +%%X11%%share/uim/helperdata/uim-dict-ui.xml @exec uim-module-manager --register anthy @unexec uim-module-manager --unregister anthy diff --git a/japanese/uim-canna/Makefile b/japanese/uim-canna/Makefile index 2b9906700f99..55522ad678ff 100644 --- a/japanese/uim-canna/Makefile +++ b/japanese/uim-canna/Makefile @@ -15,7 +15,7 @@ PKGNAMESUFFIX= -canna COMMENT= Uim plugin using Canna input method LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna \ - uim.3:${PORTSDIR}/textproc/uim + uim.4:${PORTSDIR}/textproc/uim MASTERDIR= ${.CURDIR}/../../textproc/uim PKGDIR= ${.CURDIR} diff --git a/japanese/uim-prime/Makefile b/japanese/uim-prime/Makefile index 156995a6c907..9d3c726a734a 100644 --- a/japanese/uim-prime/Makefile +++ b/japanese/uim-prime/Makefile @@ -15,7 +15,7 @@ PKGNAMESUFFIX= -prime COMMENT= Uim plugin using PRIME input method BUILD_DEPENDS= prime:${PORTSDIR}/japanese/prime -LIB_DEPENDS= uim.3:${PORTSDIR}/textproc/uim +LIB_DEPENDS= uim.4:${PORTSDIR}/textproc/uim RUN_DEPENDS+= ${BUILD_DEPENDS} MASTERDIR= ${.CURDIR}/../../textproc/uim |