diff options
author | reed <reed> | 2004-03-31 16:18:53 +0000 |
---|---|---|
committer | reed <reed> | 2004-03-31 16:18:53 +0000 |
commit | 12ab3277ea619ed01b7b0cbc91aab5def6630fd7 (patch) | |
tree | ba30af7ccf95ee7299f0318f69e9a2cbde54af02 /math/gnumeric | |
parent | b961f308579a1815776b72fed15b2ad3987b10dc (diff) | |
download | pkgsrc-12ab3277ea619ed01b7b0cbc91aab5def6630fd7.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 |