aboutsummaryrefslogtreecommitdiff
path: root/japanese/uim-anthy
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2012-04-01 15:41:28 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2012-04-01 15:41:28 +0000
commite7db971f3cea019ed2474093114fd773ba704b50 (patch)
tree8b1b80513ead0b621c56663c39e008060b31634f /japanese/uim-anthy
parent4512e6eeb113c7d30d40e0295e2c74c2cf637760 (diff)
downloadports-e7db971f3cea019ed2474093114fd773ba704b50.tar.gz
ports-e7db971f3cea019ed2474093114fd773ba704b50.zip
Update to 1.8.0.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=294084
Diffstat (limited to 'japanese/uim-anthy')
-rw-r--r--japanese/uim-anthy/Makefile6
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: