diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-02 11:07:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-02 11:07:40 +0000 |
commit | 50a4eaa762fe11035325fc660e5d3f18ff2483f7 (patch) | |
tree | d991e5bf5cd4fdea678ae3975ebe0758dfb64ac3 /chat | |
parent | 52f54ad1aae79750976278426356d38b481e868a (diff) | |
download | pkgsrc-50a4eaa762fe11035325fc660e5d3f18ff2483f7.tar.gz |
Needs msgfmt, otherwise gettext is disabled and the code doesn't compile.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/pidgin-otr/Makefile | 4 |
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" |