diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-04-10 16:30:47 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-04-10 16:30:47 +0000 |
commit | 45c51c31621610840ee67445e962bd82ccecbdca (patch) | |
tree | cad966ad0545cbd644bf71a792a45a16589311c9 /misc/deskbar-applet/Makefile | |
parent | d20559a3973e8f8b0743e0d527c2af596a11c2e6 (diff) | |
download | pkgsrc-45c51c31621610840ee67445e962bd82ccecbdca.tar.gz |
This needs msgid_plural; reported by Phil Pereira.
Diffstat (limited to 'misc/deskbar-applet/Makefile')
-rw-r--r-- | misc/deskbar-applet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/deskbar-applet/Makefile b/misc/deskbar-applet/Makefile index 657233ea189..b480a48ec7d 100644 --- a/misc/deskbar-applet/Makefile +++ b/misc/deskbar-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/01 19:39:03 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2006/04/10 16:30:47 jmmv Exp $ # DISTNAME= deskbar-applet-2.14.0.1 @@ -15,6 +15,7 @@ BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 USE_LIBTOOL= YES +USE_MSGFMT_PLURALS= YES USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake pkg-config |