pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/eog2 This needs plural support. Fixes PR pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ca838b565f6
branches:  trunk
changeset: 500962:2ca838b565f6
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Oct 15 09:33:24 2005 +0000

description:
This needs plural support.  Fixes PR pkg/31816 by Leonard Schmidt.
We ought to make this feature automatic to avoid these problems in the
future...

diffstat:

 graphics/eog2/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b02e823ae879 -r 2ca838b565f6 graphics/eog2/Makefile
--- a/graphics/eog2/Makefile    Sat Oct 15 06:57:04 2005 +0000
+++ b/graphics/eog2/Makefile    Sat Oct 15 09:33:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2005/10/14 21:52:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.47 2005/10/15 09:33:24 jmmv Exp $
 #
 
 DISTNAME=      eog-2.12.1
@@ -15,6 +15,7 @@
 GNU_CONFIGURE=         YES
 USE_TOOLS+=            gmake pkg-config
 USE_DIRS+=             gnome2-1.5
+USE_MSGFMT_PLURALS=    YES
 USE_PKGLOCALEDIR=      YES
 
 GCONF2_SCHEMAS=        eog.schemas



Home | Main Index | Thread Index | Old Index