pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc This needs msgid_plural support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7ded4c4c114
branches:  trunk
changeset: 511028:a7ded4c4c114
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Apr 08 15:13:03 2006 +0000

description:
This needs msgid_plural support.

diffstat:

 security/gnome-keyring-manager/Makefile |  3 ++-
 x11/gnome-screensaver/Makefile          |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 1c26426dbbd8 -r a7ded4c4c114 security/gnome-keyring-manager/Makefile
--- a/security/gnome-keyring-manager/Makefile   Sat Apr 08 15:12:17 2006 +0000
+++ b/security/gnome-keyring-manager/Makefile   Sat Apr 08 15:13:03 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/04/01 18:18:32 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2006/04/08 15:13:03 jmmv Exp $
 #
 
 DISTNAME=      gnome-keyring-manager-2.14.0
@@ -15,6 +15,7 @@
 GNU_CONFIGURE=         YES
 USE_DIRS+=             gnome2-1.6
 USE_LIBTOOL=           YES
+USE_MSGFMT_PLURALS=    YES
 USE_PKGLOCALEDIR=      YES
 USE_TOOLS+=            gmake pkg-config
 
diff -r 1c26426dbbd8 -r a7ded4c4c114 x11/gnome-screensaver/Makefile
--- a/x11/gnome-screensaver/Makefile    Sat Apr 08 15:12:17 2006 +0000
+++ b/x11/gnome-screensaver/Makefile    Sat Apr 08 15:13:03 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/04/04 18:07:16 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2006/04/08 15:13:48 jmmv Exp $
 #
 
 DISTNAME=      gnome-screensaver-2.14.0
@@ -12,6 +12,7 @@
 GNU_CONFIGURE=         yes
 USE_DIRS+=             xdg-1.3
 USE_LIBTOOL=           yes
+USE_MSGFMT_PLURALS=    yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake pkg-config
 USE_X11=               yes



Home | Main Index | Thread Index | Old Index