diff options
author | obache <obache> | 2009-12-23 09:03:20 +0000 |
---|---|---|
committer | obache <obache> | 2009-12-23 09:03:20 +0000 |
commit | 76d01e154240503a0eed592bd95d7db493438db6 (patch) | |
tree | 9b3e49f75014f3b0a2c8acd0c1a1889508e6d38b /inputmethod | |
parent | 7e78d258bc289703a16777ff76a91eea6e4ab05c (diff) | |
download | pkgsrc-76d01e154240503a0eed592bd95d7db493438db6.tar.gz |
Need msgfmt to build.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/scim-ccinput/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/scim-ccinput/Makefile b/inputmethod/scim-ccinput/Makefile index a451ec4a564..74304bf9ed0 100644 --- a/inputmethod/scim-ccinput/Makefile +++ b/inputmethod/scim-ccinput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/24 11:51:49 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/12/23 09:03:20 obache Exp $ # DISTNAME= scim-ccinput-0.3.1 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ -USE_TOOLS+= pkg-config bash +USE_TOOLS+= pkg-config bash msgfmt CONFIG_SHELL= ${BASH} USE_SCIM_GTKUTILS= yes |