diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-03-11 04:12:52 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-03-11 04:12:52 +0800 |
commit | 24e6d449ab2b0fdc27568a19fa39e9fef73d4afb (patch) | |
tree | c8cb28d2ea15b6440bf4198536469520dc058c36 /japanese/uim-anthy | |
parent | 2754c7d2fa58c13314b181000e5c1c2ff5fb66e8 (diff) | |
download | freebsd-ports-gnome-24e6d449ab2b0fdc27568a19fa39e9fef73d4afb.tar.gz freebsd-ports-gnome-24e6d449ab2b0fdc27568a19fa39e9fef73d4afb.tar.zst freebsd-ports-gnome-24e6d449ab2b0fdc27568a19fa39e9fef73d4afb.zip |
Update to 1.3.1.
PR: ports/109399
Submitted by: Yamashiro Jun<yamajun@ofug.net>
Diffstat (limited to 'japanese/uim-anthy')
-rw-r--r-- | japanese/uim-anthy/Makefile | 4 | ||||
-rw-r--r-- | japanese/uim-anthy/pkg-plist | 1 |
2 files changed, 3 insertions, 2 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 |