diff options
author | wiz <wiz> | 2006-02-15 22:25:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-02-15 22:25:23 +0000 |
commit | 622bee059c4b9d002b9950cb2a0a9f4035a42882 (patch) | |
tree | 1f612b626bb5019811d6f214c861cf9b946ba2a2 /finance | |
parent | 4e71cd5c0e4e726235c9544822ba829345c8bb7e (diff) | |
download | pkgsrc-622bee059c4b9d002b9950cb2a0a9f4035a42882.tar.gz |
Set USE_MSGFMT_PLURALS to yes for the 2.1/i386 bulk build.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index 86569a45e99..f34b7839403 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/02/15 21:34:47 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2006/02/15 22:25:23 wiz Exp $ # DISTNAME= gnucash-1.9.0 @@ -14,6 +14,7 @@ DEPENDS+= guile-www-[0-9]*:../../devel/guile-www USE_DIRS+= gnome2-1.5 xdg-1.1 USE_LIBTOOL= yes USE_MAKEINFO= yes +USE_MSGFMT_PLURALS= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes |