diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2012-04-01 15:41:28 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2012-04-01 15:41:28 +0000 |
commit | e7db971f3cea019ed2474093114fd773ba704b50 (patch) | |
tree | 8b1b80513ead0b621c56663c39e008060b31634f /japanese/uim-anthy | |
parent | 4512e6eeb113c7d30d40e0295e2c74c2cf637760 (diff) | |
download | ports-e7db971f3cea019ed2474093114fd773ba704b50.tar.gz ports-e7db971f3cea019ed2474093114fd773ba704b50.zip |
Notes
Diffstat (limited to 'japanese/uim-anthy')
-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: |