diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-25 22:05:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-25 22:05:05 +0000 |
commit | 32be2347e2a4172265e8ac2c26ee7619d0107ec1 (patch) | |
tree | 2cd6966440d5dcbab35cee17dda927a0953eccdf /graphics/gnome-icon-theme | |
parent | adc061d9b988c808149ec2658bbf2cc19f93b25b (diff) | |
download | pkgsrc-32be2347e2a4172265e8ac2c26ee7619d0107ec1.tar.gz |
Needs msgfmt. From Aleksey Cheusov in PR 43514.
Diffstat (limited to 'graphics/gnome-icon-theme')
-rw-r--r-- | graphics/gnome-icon-theme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile index c8cf06e335d..3e80f0974e0 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2010/06/05 10:16:37 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2010/06/25 22:05:05 wiz Exp $ # DISTNAME= gnome-icon-theme-2.30.3 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir NOT_FOR_BULK_PLATFORM= HPUX-*-* GNU_CONFIGURE= yes -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config # otherwise it creates lots of lib/locale dirs, even though it doesn't # need them (!) USE_PKGLOCALEDIR= yes |