summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-11-23 19:33:56 +0000
committermarino <marino@pkgsrc.org>2011-11-23 19:33:56 +0000
commita85e7bbc01080ce0f019394ae6b04bf19ba8725f (patch)
tree65829c5b49c5ffd631a19bd66bc9fb4d7a752f94
parent1c1bc953a8c6eaa5bd7227d38f9db3427d1b9c79 (diff)
downloadpkgsrc-a85e7bbc01080ce0f019394ae6b04bf19ba8725f.tar.gz
chat/gajim: Add msgfmt to USE_TOOLS
Required to build on DragonFly.
-rw-r--r--chat/gajim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile
index ee3745cb569..32ed6551a44 100644
--- a/chat/gajim/Makefile
+++ b/chat/gajim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/11/01 06:00:45 sbd Exp $
+# $NetBSD: Makefile,v 1.6 2011/11/23 19:33:56 marino Exp $
#
DISTNAME= gajim-0.14.1
@@ -20,7 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "options.mk"
-USE_TOOLS+= gmake intltool pkg-config
+USE_TOOLS+= gmake intltool pkg-config msgfmt
GNU_CONFIGURE= yes
PYTHON_VERSIONS_ACCEPTED= 27 26 25