diff options
author | obache <obache@pkgsrc.org> | 2009-12-23 07:43:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-23 07:43:21 +0000 |
commit | b122b1b7a6e1503346a6964909e90b17eab11a68 (patch) | |
tree | d24dfe678f476a660f6b4cba58361e5d6f9f45de /inputmethod/novel-pinyin | |
parent | a8351dd5454d1f3839bbf644b0f39eb296ce2829 (diff) | |
download | pkgsrc-b122b1b7a6e1503346a6964909e90b17eab11a68.tar.gz |
configure require xgettext, msgmerge and msgfmt.
Diffstat (limited to 'inputmethod/novel-pinyin')
-rw-r--r-- | inputmethod/novel-pinyin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/novel-pinyin/Makefile b/inputmethod/novel-pinyin/Makefile index 79bb06e2e94..1b3aac341ad 100644 --- a/inputmethod/novel-pinyin/Makefile +++ b/inputmethod/novel-pinyin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 12:13:02 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/12/23 07:43:21 obache Exp $ # DISTNAME= novel-pinyin-0.2.5 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ -USE_TOOLS+= intltool pkg-config +USE_TOOLS+= intltool pkg-config msgfmt msgmerge xgettext USE_SCIM_GTKUTILS= yes |