diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-22 10:18:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-22 10:18:55 +0000 |
commit | eb088914bb12ad1fa50a95b752fcd4fe1fd3c983 (patch) | |
tree | dd5136e41d4dfe35a10bcb990edb2fe83d506fb9 /textproc | |
parent | 82d95bca397406d4d03261fe98d57417156b7610 (diff) | |
download | pkgsrc-eb088914bb12ad1fa50a95b752fcd4fe1fd3c983.tar.gz |
Needs msgfmt.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnome-spell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gnome-spell/Makefile b/textproc/gnome-spell/Makefile index b85d0ae562e..7f9a93dfdeb 100644 --- a/textproc/gnome-spell/Makefile +++ b/textproc/gnome-spell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/17 13:46:08 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/06/22 10:18:55 joerg Exp $ DISTNAME= gnome-spell-1.0.6 PKGREVISION= 5 @@ -13,7 +13,7 @@ COMMENT= Spell checking as you type like gtkspell GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.3 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt USE_LIBTOOL= YES BUILDLINK_API_DEPENDS.libgnomeui+= libgnomeui>=2.8.0nb3 |