diff options
author | joerg <joerg> | 2006-06-22 10:18:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-22 10:18:55 +0000 |
commit | 88eedc5d2e1156dc5028d33dde0458542a7c2571 (patch) | |
tree | dd5136e41d4dfe35a10bcb990edb2fe83d506fb9 | |
parent | 2fea6d6c2f6d251dfd7a5c9546af04181541d2da (diff) | |
download | pkgsrc-88eedc5d2e1156dc5028d33dde0458542a7c2571.tar.gz |
Needs msgfmt.
-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 |