diff options
author | obache <obache@pkgsrc.org> | 2014-05-31 14:24:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-05-31 14:24:23 +0000 |
commit | 74075fdb3eb0acfd83ad0217a1c96d07991833bc (patch) | |
tree | f51f52f3502ef0d7c5a2296991a2b300b7c17102 /inputmethod/uim-mozc/Makefile | |
parent | a1a2850bea7bb7cc047b90f5d6566e2cc055038b (diff) | |
download | pkgsrc-74075fdb3eb0acfd83ad0217a1c96d07991833bc.tar.gz |
Switch to use UIM module framework.
Bump PKGREVISION.
Diffstat (limited to 'inputmethod/uim-mozc/Makefile')
-rw-r--r-- | inputmethod/uim-mozc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/inputmethod/uim-mozc/Makefile b/inputmethod/uim-mozc/Makefile index e01740a65da..6cdad4b815c 100644 --- a/inputmethod/uim-mozc/Makefile +++ b/inputmethod/uim-mozc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2014/02/12 23:18:05 tron Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/31 14:24:23 obache Exp $ PKGNAME= uim-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} uim-mozc-331.tar.xz SITES.uim-mozc-331.tar.xz= ${MASTER_SITE_SOURCEFORGE:=pnsft-aur/} @@ -49,5 +49,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/scm/mozc.scm \ ${DESTDIR}${PREFIX}/share/uim +UIM_MODULES= mozc +.include "../../inputmethod/uim/modules.mk" + .include "../../inputmethod/uim/buildlink3.mk" .include "../../inputmethod/mozc-server/Makefile.common" |