diff options
author | reed <reed@pkgsrc.org> | 2004-03-31 16:18:53 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-03-31 16:18:53 +0000 |
commit | 0b307b14821a36a4a6438ad9211aebb0bfecb658 (patch) | |
tree | ba30af7ccf95ee7299f0318f69e9a2cbde54af02 /math/gnumeric | |
parent | 0f9db2e60cd72c1b7a35c413052c54b73e08c705 (diff) | |
download | pkgsrc-0b307b14821a36a4a6438ad9211aebb0bfecb658.tar.gz |
This build uses msgfmt.
I noticed because:
/usr/bin/msgfmt -o zh_TW.mo zh_TW.po
zh_TW.po:2642: illegal control sequence
(But that is not fixed yet.)
Diffstat (limited to 'math/gnumeric')
-rw-r--r-- | math/gnumeric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index a5d0a659082..416c040c243 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.81 2004/03/08 19:40:40 jmmv Exp $ +# $NetBSD: Makefile,v 1.82 2004/03/31 16:18:53 reed Exp $ # DISTNAME= gnumeric-1.0.13 @@ -14,6 +14,7 @@ DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs # for Python support a shared libpython is required but not provided yet #BUILD_DEPENDS+= python>=2.0:../../lang/python +BUILD_USES_MSGFMT= YES USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES USE_X11BASE= YES |