pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/evolution This needs plural support in gettext. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f52ab9193902
branches:  trunk
changeset: 498408:f52ab9193902
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Aug 21 20:53:34 2005 +0000

description:
This needs plural support in gettext.  Pointed out by Leonard Schmidt in
tech-pkg@.

diffstat:

 mail/evolution/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0bd9f0a3a7e2 -r f52ab9193902 mail/evolution/Makefile
--- a/mail/evolution/Makefile   Sun Aug 21 18:25:27 2005 +0000
+++ b/mail/evolution/Makefile   Sun Aug 21 20:53:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2005/08/21 11:34:37 jmmv Exp $
+# $NetBSD: Makefile,v 1.89 2005/08/21 20:53:34 jmmv Exp $
 
 DISTNAME=              evolution-2.2.3
 CATEGORIES=            mail time gnome
@@ -30,6 +30,7 @@
 USE_DIRS+=             gnome2-1.5
 USE_TOOLS+=            bison gmake pkg-config
 USE_LIBTOOL=           YES
+USE_MSGFMT_PLURALS=    YES
 USE_PKGLOCALEDIR=      YES
 
 REPLACE_PERL+=         addressbook/tools/csv2vcard



Home | Main Index | Thread Index | Old Index