diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2012-04-01 23:41:28 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2012-04-01 23:41:28 +0800 |
commit | 37d82dcfde6b0c85ab3a13a2f2aa1d308afc7b33 (patch) | |
tree | a7324c6cca01cecb703808a28bd8f521376d7136 /japanese | |
parent | 9bdce65c5462a78f3aeb397cb69a1de657d2b665 (diff) | |
download | freebsd-ports-gnome-37d82dcfde6b0c85ab3a13a2f2aa1d308afc7b33.tar.gz freebsd-ports-gnome-37d82dcfde6b0c85ab3a13a2f2aa1d308afc7b33.tar.zst freebsd-ports-gnome-37d82dcfde6b0c85ab3a13a2f2aa1d308afc7b33.zip |
Update to 1.8.0.
Feature safe: yes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/uim-anthy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/uim-anthy/Makefile b/japanese/uim-anthy/Makefile index 208b7038fcd5..ebbabe6b66b7 100644 --- a/japanese/uim-anthy/Makefile +++ b/japanese/uim-anthy/Makefile @@ -32,13 +32,13 @@ CONFIGURE_ARGS+= --with-gtk2 --enable-dict UIM_SLAVE= yes EXTRA_PATCHES= ${PATCHDIR}/extra-patch-uim_Makefile.in \ - ${PATCHDIR}/extra-patch-helper_Makefile.in + ${PATCHDIR}/extra-patch-gtk2_dict_Makefile.in do-build: (cd ${WRKSRC}/uim && ${GMAKE} libuim-anthy.la) (cd ${WRKSRC}/uim && ${GMAKE} libuim-anthy-utf8.la) .if !defined(WITHOUT_X11) - (cd ${WRKSRC}/helper && ${GMAKE} uim-dict-gtk) + (cd ${WRKSRC}/gtk2/dict && ${GMAKE} uim-dict-gtk) .endif do-install: @@ -46,7 +46,7 @@ do-install: ${GMAKE} uim_plugin_LTLIBRARIES=libuim-anthy.la install-uim_pluginLTLIBRARIES && \ ${GMAKE} uim_plugin_LTLIBRARIES=libuim-anthy-utf8.la install-uim_pluginLTLIBRARIES) .if !defined(WITHOUT_X11) - (cd ${WRKSRC}/helper && ${GMAKE} bin_PROGRAMS=uim-dict-gtk install-binPROGRAMS install-uim_dict_uiDATA) + (cd ${WRKSRC}/gtk2/dict && ${GMAKE} bin_PROGRAMS=uim-dict-gtk install-binPROGRAMS install-uim_dict_uiDATA) .endif post-install: |