summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2018-05-25 16:41:58 +0000
committerryoon <ryoon@pkgsrc.org>2018-05-25 16:41:58 +0000
commit136ef22f558ecbb83030d7a060cd2e6a4caebe46 (patch)
tree4aca07d5b62651d1712306402be63e9c88d184c0
parente114b5d3eaf13559ed827485c9f5ca2502a4e115 (diff)
downloadpkgsrc-136ef22f558ecbb83030d7a060cd2e6a4caebe46.tar.gz
Use GNU msgfmt to fix build
-rw-r--r--inputmethod/ibus/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/ibus/Makefile b/inputmethod/ibus/Makefile
index 11698b8a366..830f81d819d 100644
--- a/inputmethod/ibus/Makefile
+++ b/inputmethod/ibus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2018/05/16 10:28:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.56 2018/05/25 16:41:58 ryoon Exp $
.include "Makefile.common"
@@ -11,6 +11,8 @@ BUILD_DEPENDS+= unicode-emoji-[0-9]*:../../textproc/unicode-emoji
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+# XXX fails without GNU msgfmt
+_TOOLS_USE_PKGSRC.msgfmt= yes
USE_TOOLS+= pkg-config intltool gmsgfmt gmake msgmerge
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes