summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2014-01-13 12:13:41 +0000
committerobache <obache>2014-01-13 12:13:41 +0000
commit2baca3da8565c798c6e36fd3be4cbbb8f25b1b5a (patch)
treec6691ee4c6b446f03bf4a62031c92cdfd8ee7c6f
parent3900d8bbac0d1e06222eebdff4ae8b004a39a9d2 (diff)
downloadpkgsrc-2baca3da8565c798c6e36fd3be4cbbb8f25b1b5a.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.
-rw-r--r--graphics/gnome-icon-theme/Makefile4
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"