diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-08-21 20:53:34 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-08-21 20:53:34 +0000 |
commit | 1bf336937a1b7be27247c5bbef0e8c27cfabd970 (patch) | |
tree | 226eee9a94de6f0068afebef398675a09609d9fb | |
parent | c4c597dc44f3703ec8aadf47825b4985bc6a62ae (diff) | |
download | pkgsrc-1bf336937a1b7be27247c5bbef0e8c27cfabd970.tar.gz |
This needs plural support in gettext. Pointed out by Leonard Schmidt in
tech-pkg@.
-rw-r--r-- | mail/evolution/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index a2441c83a1b..b3adafc90f5 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -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 @@ GNU_CONFIGURE= YES 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 |