diff options
Diffstat (limited to 'graphics/gnome-icon-theme/Makefile')
-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 415ae2ce425..6a0342f2e97 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2014/01/13 11:39:12 jperkin Exp $ +# $NetBSD: Makefile,v 1.93 2014/01/13 12:13:41 obache Exp $ DISTNAME= gnome-icon-theme-3.10.0 CATEGORIES= graphics gnome @@ -17,6 +17,7 @@ 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 +TOOLS_NOOP+= gtk-update-icon-cache PKGCONFIG_OVERRIDE= gnome-icon-theme.pc.in @@ -45,5 +46,4 @@ post-install: BUILDLINK_DEPMETHOD.librsvg= build BUILDLINK_API_DEPENDS.librsvg+= librsvg>=2.22.3 .include "../../graphics/librsvg/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |