pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/pidgin-otr Needs msgfmt, otherwise gettext is dis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61d0f4e8a565
branches:  trunk
changeset: 532835:61d0f4e8a565
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Sep 02 11:07:40 2007 +0000

description:
Needs msgfmt, otherwise gettext is disabled and the code doesn't compile.

diffstat:

 chat/pidgin-otr/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1e4549bc799f -r 61d0f4e8a565 chat/pidgin-otr/Makefile
--- a/chat/pidgin-otr/Makefile  Sun Sep 02 11:02:57 2007 +0000
+++ b/chat/pidgin-otr/Makefile  Sun Sep 02 11:07:40 2007 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index