summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-09-04 19:09:22 +0000
committerjoerg <joerg@pkgsrc.org>2007-09-04 19:09:22 +0000
commit54a3d94765cdf69425437cfd1bb52469cb2926a4 (patch)
tree0018c3e2f306fbe09789c6668473ae5d5f243f2e /chat
parenteb91556d421d2d86174e7e2456eaae00af0c9f1b (diff)
downloadpkgsrc-54a3d94765cdf69425437cfd1bb52469cb2926a4.tar.gz
Needs msgfmt.
Diffstat (limited to 'chat')
-rw-r--r--chat/pidgin-sametime/Makefile4
-rw-r--r--chat/pidgin-silc/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/chat/pidgin-sametime/Makefile b/chat/pidgin-sametime/Makefile
index feaa9aec9a0..1a51fe2086f 100644
--- a/chat/pidgin-sametime/Makefile
+++ b/chat/pidgin-sametime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/08/13 22:52:20 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/04 19:09:22 joerg Exp $
#
PKGNAME= pidgin-sametime-${PIDGIN_VERSION}
@@ -8,6 +8,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../chat/libpurple/Makefile.common"
+USE_TOOLS+= msgfmt
+
CONFIGURE_ARGS+= --disable-gevolution
CONFIGURE_ARGS+= --disable-gtkui
CONFIGURE_ARGS+= --disable-consoleui
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,