diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-28 16:54:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-28 16:54:08 +0000 |
commit | dd68a97aeee3908c5eb5a2c8098b4a8be3854e2d (patch) | |
tree | 6d5dc8157a25307dfbfd57e3d12e36b5ae80bcab /graphics/tuxpaint | |
parent | b5a1134594abb30d2068f245434c6b33f5560c2c (diff) | |
download | pkgsrc-dd68a97aeee3908c5eb5a2c8098b4a8be3854e2d.tar.gz |
Uses msgfmt.
Diffstat (limited to 'graphics/tuxpaint')
-rw-r--r-- | graphics/tuxpaint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tuxpaint/Makefile b/graphics/tuxpaint/Makefile index bb63a73f022..7952f9d5103 100644 --- a/graphics/tuxpaint/Makefile +++ b/graphics/tuxpaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/04/17 13:46:36 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2006/04/28 16:54:08 joerg Exp $ # DISTNAME= tuxpaint-0.9.14 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.newbreedsoftware.com/tuxpaint/ COMMENT= Drawing program for small children -USE_TOOLS+= gmake +USE_TOOLS+= gmake msgfmt USE_PKGLOCALEDIR= YES MANCOMPRESSED= YES |