pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-panel Workaround the use of msgfmt_plural. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4aa930478f06
branches:  trunk
changeset: 510972:4aa930478f06
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Apr 07 11:07:37 2006 +0000

description:
Workaround the use of msgfmt_plural.  Fixes PR pkg/33195.

diffstat:

 x11/gnome-panel/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r aa2643ae9196 -r 4aa930478f06 x11/gnome-panel/Makefile
--- a/x11/gnome-panel/Makefile  Fri Apr 07 09:27:01 2006 +0000
+++ b/x11/gnome-panel/Makefile  Fri Apr 07 11:07:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2006/04/06 06:22:58 reed Exp $
+# $NetBSD: Makefile,v 1.69 2006/04/07 11:07:37 jmmv Exp $
 #
 
 DISTNAME=              gnome-panel-2.14.0
@@ -12,6 +12,7 @@
 
 GNU_CONFIGURE=         YES
 USE_DIRS+=             gnome2-1.5
+USE_MSGFMT_PLURALS=    YES
 USE_TOOLS+=            gmake perl:run pkg-config
 USE_PKGLOCALEDIR=      YES
 USE_LIBTOOL=           YES



Home | Main Index | Thread Index | Old Index