diff options
author | obache <obache> | 2014-01-13 12:13:41 +0000 |
---|---|---|
committer | obache <obache> | 2014-01-13 12:13:41 +0000 |
commit | deab72f672217ed9ddb16dd679b9be7e15fd1210 (patch) | |
tree | c6691ee4c6b446f03bf4a62031c92cdfd8ee7c6f /graphics | |
parent | 6cd866c546fe551b2f663fcaedaa3b2c344f3ab8 (diff) | |
download | pkgsrc-deab72f672217ed9ddb16dd679b9be7e15fd1210.tar.gz |
No need to buildlink with gtk2, and gtk-update-icon-cache is not used.
Drop buildlink with gtk2, and set gtk-update-icon-cache as noop.
Diffstat (limited to 'graphics')
-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" |