summaryrefslogtreecommitdiff
path: root/chat/pidgin-silc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/pidgin-silc/Makefile')
-rw-r--r--chat/pidgin-silc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/pidgin-silc/Makefile b/chat/pidgin-silc/Makefile
index 757b545a04c..498d731cb85 100644
--- a/chat/pidgin-silc/Makefile
+++ b/chat/pidgin-silc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/08/14 01:16:26 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/04 19:09:48 joerg Exp $
#
PKGNAME= pidgin-silc-${PIDGIN_VERSION}
@@ -12,6 +12,8 @@ CONFIGURE_ARGS+= --disable-gevolution
CONFIGURE_ARGS+= --disable-gtkui
CONFIGURE_ARGS+= --disable-consoleui
+USE_TOOLS+= msgfmt
+
BUILD_DIRS= libpurple/protocols/silc
# Because pkgsrc's silc-toolkit is too old, we have to jump through some very,