diff options
author | minskim <minskim> | 2005-10-17 01:35:22 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-17 01:35:22 +0000 |
commit | 802df0bbcfe5b1d5ade76ab94c98c8e0305e66e4 (patch) | |
tree | 1e2fc2464072f838ccf0a47e15f3b712f1bbd497 /misc/gnome2-utils | |
parent | 4c580d1dc4c6afc23933801243c1cf376c38cc8e (diff) | |
download | pkgsrc-802df0bbcfe5b1d5ade76ab94c98c8e0305e66e4.tar.gz |
Add plural support for msgfmt.
Diffstat (limited to 'misc/gnome2-utils')
-rw-r--r-- | misc/gnome2-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gnome2-utils/Makefile b/misc/gnome2-utils/Makefile index 07f54079b62..4eb1843dd75 100644 --- a/misc/gnome2-utils/Makefile +++ b/misc/gnome2-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/10/16 12:13:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.45 2005/10/17 01:35:22 minskim Exp $ # DISTNAME= gnome-utils-2.12.1 @@ -14,6 +14,7 @@ BUILD_USES_MSGFMT= yes USE_TOOLS+= gmake perl pkg-config USE_DIRS+= gnome2-1.5 +USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |