diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-04-08 15:13:03 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-04-08 15:13:03 +0000 |
commit | 225329fb70c648e5bae8239dcbb5dc1019ffb542 (patch) | |
tree | 3d4bebd196a0b2484505b38946c74477746100bc /security | |
parent | 64a919e848db128bc050a0fbe577a5df1c7b784e (diff) | |
download | pkgsrc-225329fb70c648e5bae8239dcbb5dc1019ffb542.tar.gz |
This needs msgid_plural support.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring-manager/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile index ce99d04f283..32f2dc6a464 100644 --- a/security/gnome-keyring-manager/Makefile +++ b/security/gnome-keyring-manager/Makefile @@ -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 @@ BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.6 USE_LIBTOOL= YES +USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake pkg-config |