summaryrefslogtreecommitdiff
path: root/inputmethod/uim
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-06-02 11:05:03 +0000
committerobache <obache@pkgsrc.org>2008-06-02 11:05:03 +0000
commita63efd34f94ff36198c45ef8186f71b67f0e7541 (patch)
tree661fad9f9ecb01ab093743418bb0cee8c28d682a /inputmethod/uim
parent24f6cf1d7515f0a42bb2f9a2c811dc1de1da087d (diff)
downloadpkgsrc-a63efd34f94ff36198c45ef8186f71b67f0e7541.tar.gz
Need msgfmt to build.
Noticed by Hasso Tepper in PR 38824.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r--inputmethod/uim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile
index 91e38019e8c..22ec3be589d 100644
--- a/inputmethod/uim/Makefile
+++ b/inputmethod/uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2008/03/02 01:57:37 obache Exp $
+# $NetBSD: Makefile,v 1.32 2008/06/02 11:05:03 obache Exp $
#
DISTNAME= uim-1.4.2
@@ -16,7 +16,7 @@ USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
USE_NCURSES= YES # clear_screen, clr_eos
USE_PKGLOCALEDIR= YES
-USE_TOOLS+= gmake intltool pkg-config
+USE_TOOLS+= gmake intltool pkg-config msgfmt
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in
GNU_CONFIGURE= YES