diff options
author | dholland <dholland@pkgsrc.org> | 2011-11-14 02:37:00 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-11-14 02:37:00 +0000 |
commit | 4c9ec5d32424872adf1f9d6a612c7a3ba87d960b (patch) | |
tree | d6db91b50dba4f251ddc8e7a57fa0935a7d2b46b /graphics/tango-icon-theme | |
parent | dd20c307656b94287a72b0938d8847371bc186ae (diff) | |
download | pkgsrc-4c9ec5d32424872adf1f9d6a612c7a3ba87d960b.tar.gz |
needs msgfmt
Diffstat (limited to 'graphics/tango-icon-theme')
-rw-r--r-- | graphics/tango-icon-theme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tango-icon-theme/Makefile b/graphics/tango-icon-theme/Makefile index 9c808140012..1ce3958652b 100644 --- a/graphics/tango-icon-theme/Makefile +++ b/graphics/tango-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2011/11/01 06:01:47 sbd Exp $ +# $NetBSD: Makefile,v 1.8 2011/11/14 02:37:00 dholland Exp $ DISTNAME= tango-icon-theme-0.8.90 PKGREVISION= 6 @@ -13,7 +13,7 @@ LICENSE= public-domain PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config msgfmt BUILDLINK_DEPMETHOD.ImageMagick= build BUILDLINK_API_DEPENDS.icon-naming-utils+= icon-naming-utils>=0.8.90 |