aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2012-04-01 23:41:28 +0800
committernobutaka <nobutaka@FreeBSD.org>2012-04-01 23:41:28 +0800
commit37d82dcfde6b0c85ab3a13a2f2aa1d308afc7b33 (patch)
treea7324c6cca01cecb703808a28bd8f521376d7136 /japanese
parent9bdce65c5462a78f3aeb397cb69a1de657d2b665 (diff)
downloadfreebsd-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/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: