Index: head/japanese/im-ja/Makefile =================================================================== --- head/japanese/im-ja/Makefile (revision 362748) +++ head/japanese/im-ja/Makefile (revision 362749) @@ -1,61 +1,61 @@ # Created by: Jacques Vidrine # $FreeBSD$ PORTNAME= im-ja PORTVERSION= 1.5 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= japanese x11-toolkits MASTER_SITES= http://im-ja.sourceforge.net/ MAINTAINER= ports@FreeBSD.org COMMENT= Japanese input module for GTK2 OPTIONS_DEFINE= ANTHY CANNA WNN -OPTIONS_DEFAULT= ANTHY CANNA WNN -ANTHY_DESC= Use Anthy -CANNA_DESC= Use Canna -WNN_DESC= Use FreeWnn +OPTIONS_DEFAULT=ANTHY CANNA WNN +ANTHY_DESC= Use Anthy +CANNA_DESC= Use Canna +WNN_DESC= Use FreeWnn -USES= gmake pathfix perl5 pkgconfig +USES= gmake libtool pathfix perl5 pkgconfig USE_GNOME= gconf2 gnomeprefix intlhack libglade2 USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-schemas-install # Avoid stage violation CONFIGURE_ARGS+= --disable-gnome GCONF_SCHEMAS= im-ja.schemas CPPFLAGS+= -I${LOCALBASE}/include -DNO_MALLOC_H LDFLAGS+= -L${LOCALBASE}/lib .include .if ${PORT_OPTIONS:MANTHY} LIB_DEPENDS+= libanthy.so:${PORTSDIR}/japanese/anthy .else CONFIGURE_ARGS+= --disable-anthy .endif .if ${PORT_OPTIONS:MCANNA} LIB_DEPENDS+= libRKC.so:${PORTSDIR}/japanese/canna-lib .else CONFIGURE_ARGS+= --disable-canna .endif .if ${PORT_OPTIONS:MWNN} LIB_DEPENDS+= libwnn.so:${PORTSDIR}/japanese/FreeWnn-lib .else CONFIGURE_ARGS+= --disable-wnn .endif post-patch: ${FIND} ${WRKSRC} -name configure.in | ${XARGS} ${TOUCH} ${FIND} ${WRKSRC} -name aclocal.m4 | ${XARGS} ${TOUCH} ${FIND} ${WRKSRC} -name configure | ${XARGS} ${TOUCH} ${FIND} ${WRKSRC} -name config.h.in | ${XARGS} ${TOUCH} ${FIND} ${WRKSRC} -name Makefile.am | ${XARGS} ${TOUCH} ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${TOUCH} @${REINPLACE_CMD} -e 's|$$(datadir)/gconf|$$(sysconfdir)/gconf|g' \ ${WRKSRC}/data/Makefile.in .include Index: head/japanese/im-ja/pkg-plist =================================================================== --- head/japanese/im-ja/pkg-plist (revision 362748) +++ head/japanese/im-ja/pkg-plist (revision 362749) @@ -1,47 +1,46 @@ bin/im-ja-conf bin/im-ja-xim-server -lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ja.la lib/gtk-2.0/%%GTK2_VERSION%%/immodules/im-ja.so libexec/im-ja/im-ja-helper libexec/im-ja/kpengine man/man1/im-ja-conf.1.gz man/man1/im-ja-xim-server.1.gz share/applications/im-ja.desktop share/im-ja/01.unistrok share/im-ja/02.unistrok share/im-ja/03.unistrok share/im-ja/04.unistrok share/im-ja/05.unistrok share/im-ja/06.unistrok share/im-ja/07.unistrok share/im-ja/08.unistrok share/im-ja/09.unistrok share/im-ja/10.unistrok share/im-ja/11.unistrok share/im-ja/12.unistrok share/im-ja/13.unistrok share/im-ja/14.unistrok share/im-ja/15.unistrok share/im-ja/16.unistrok share/im-ja/17.unistrok share/im-ja/18.unistrok share/im-ja/19.unistrok share/im-ja/20.unistrok share/im-ja/21.unistrok share/im-ja/22.unistrok share/im-ja/23.unistrok share/im-ja/im-ja-conf.glade share/im-ja/im-ja-doc.html share/im-ja/im-ja-symbols.txt share/im-ja/radkfile.utf8 share/pixmaps/im-ja-about.jpg share/pixmaps/im-ja-capplet.png share/locale/ca/LC_MESSAGES/im-ja.mo share/locale/de/LC_MESSAGES/im-ja.mo share/locale/es/LC_MESSAGES/im-ja.mo share/locale/hu/LC_MESSAGES/im-ja.mo share/locale/ja/LC_MESSAGES/im-ja.mo @dirrm share/im-ja @dirrm libexec/im-ja @exec if [ -f %D/bin/gtk-query-immodules-2.0 ]; then %D/bin/gtk-query-immodules-2.0 --update-cache; fi @unexec if [ -f %D/bin/gtk-query-immodules-2.0 ]; then %D/bin/gtk-query-immodules-2.0 --update-cache; fi