diff options
author | hasso <hasso@pkgsrc.org> | 2008-12-14 20:52:04 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-12-14 20:52:04 +0000 |
commit | 46392127f955278c60e7132e5f0ac6eb79b97c3f (patch) | |
tree | 5d8f26702982eccdaae834fdb6f8337c28af873e /graphics | |
parent | f01e01a6e91899cfc7c45b04b35975a900efd5dd (diff) | |
download | pkgsrc-46392127f955278c60e7132e5f0ac6eb79b97c3f.tar.gz |
Needs msgfmt.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gtkam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index 92c2172e908..634c484c042 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2008/12/03 08:19:19 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2008/12/14 20:52:04 hasso Exp $ # DISTNAME= gtkam-0.1.16 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_DIRS+= gnome2-1.5 USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= intltool pkg-config perl +USE_TOOLS+= intltool pkg-config perl msgfmt GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-bonobo |