diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-14 16:25:28 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-14 16:25:28 +0000 |
commit | ebd7fbcb786c06d2d3f50829205a832d71f67666 (patch) | |
tree | efc897efdd75860b4aebb84f338c9b0685ae0ea4 /x11 | |
parent | 239960ed26bbdc02cf5a302ea79f1965f5113a3e (diff) | |
download | pkgsrc-ebd7fbcb786c06d2d3f50829205a832d71f67666.tar.gz |
This needs plural support in msgfmt. Fixes PR pkg/31584 by Leonard Schmidt.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-applets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome2-applets/Makefile b/x11/gnome2-applets/Makefile index a9467e5e407..0900afae893 100644 --- a/x11/gnome2-applets/Makefile +++ b/x11/gnome2-applets/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/10/12 21:59:10 jmmv Exp $ +# $NetBSD: Makefile,v 1.47 2005/10/14 16:25:28 jmmv Exp $ # DISTNAME= gnome-applets-2.12.0 @@ -14,6 +14,7 @@ BUILD_USES_MSGFMT= YES GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 +USE_MSGFMT_PLURALS= yes USE_TOOLS+= gmake pkg-config USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |