diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:24:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:24:21 +0000 |
commit | ef49fd4333b122b19178f2ca50ea99e575286a5e (patch) | |
tree | 73090053c8dcb740cec537323c765229c330a98b /textproc | |
parent | d21b6bac91d6d8e7722a357e31c9d62a5ddc76bf (diff) | |
download | pkgsrc-ef49fd4333b122b19178f2ca50ea99e575286a5e.tar.gz |
Needs msgfmt.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtkspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index d631c94e842..fc0a713fde6 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/04/22 09:22:15 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2006/06/11 14:24:21 joerg Exp $ DISTNAME= gtkspell-2.0.11 PKGREVISION= 3 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtkspell.sourceforge.net/ COMMENT= Spell checking GtkTextView widget -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config msgfmt USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |