diff options
author | obache <obache@pkgsrc.org> | 2008-06-23 12:11:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-06-23 12:11:00 +0000 |
commit | d30756f2c46b5624bfdb59e1971dcafe69403c46 (patch) | |
tree | 9bce6b0b85ad0850178cef52cc8cf51ed582d130 /inputmethod | |
parent | e9a1913458b2f7db5699c18a66e63c419b27d471 (diff) | |
download | pkgsrc-d30756f2c46b5624bfdb59e1971dcafe69403c46.tar.gz |
Require msgfmt to build.
Noticed by Hsso Tepper in PR 39029.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/tomoe-gtk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/tomoe-gtk/Makefile b/inputmethod/tomoe-gtk/Makefile index 17ed9a1a9d5..b32107481a1 100644 --- a/inputmethod/tomoe-gtk/Makefile +++ b/inputmethod/tomoe-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/13 06:06:40 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/23 12:11:00 obache Exp $ # DISTNAME= tomoe-gtk-0.6.0 @@ -13,7 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE+= tomoe-gtk.pc.in |