summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjoerg <joerg>2007-09-02 11:07:40 +0000
committerjoerg <joerg>2007-09-02 11:07:40 +0000
commitc68cffad445202ecffc3e0590c0520b1a8dfd6aa (patch)
treed991e5bf5cd4fdea678ae3975ebe0758dfb64ac3 /chat
parent09b5fc40d711b91132928afa7fe827d618d452fe (diff)
downloadpkgsrc-c68cffad445202ecffc3e0590c0520b1a8dfd6aa.tar.gz
Needs msgfmt, otherwise gettext is disabled and the code doesn't compile.
Diffstat (limited to 'chat')
-rw-r--r--chat/pidgin-otr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/pidgin-otr/Makefile b/chat/pidgin-otr/Makefile
index bee7fbe2b7d..a6b85aea329 100644
--- a/chat/pidgin-otr/Makefile
+++ b/chat/pidgin-otr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/08/30 18:11:36 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2007/09/02 11:07:40 joerg Exp $
VERSION= 3.1.0
PKGREVISION= 1
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.cypherpunks.ca/otr/
COMMENT= Plugin for pidgin to add OTR (Off-The-Record) encryption
GNU_CONFIGURE= yes
-USE_TOOLS+= pkg-config perl intltool
+USE_TOOLS+= pkg-config perl intltool msgfmt
.include "../../chat/pidgin/buildlink3.mk"
.include "../../chat/libotr/buildlink3.mk"