*: Adjust all librsvg TOOL_DEPENDS to use graphics/librsvg/tool.mk

This commit is contained in:
leot 2019-06-08 19:56:23 +00:00
parent 07a3522ccc
commit 6b2d3b79b0
2 changed files with 4 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2018/12/02 10:09:41 wiz Exp $
# $NetBSD: Makefile,v 1.16 2019/06/08 19:56:23 leot Exp $
DISTNAME= adwaita-icon-theme-3.30.1
CATEGORIES= graphics gnome
@ -10,7 +10,6 @@ HOMEPAGE= https://www.gnome.org/
COMMENT= Standard GNOME icons
LICENSE= cc-by-sa-v3.0 OR gnu-lgpl-v3
TOOL_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg
# for gtk-encode-symbolic-svg
TOOL_DEPENDS+= gtk3+>=3:../../x11/gtk3
@ -37,4 +36,5 @@ post-install:
BUILDLINK_DEPMETHOD.gettext-lib= build
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/librsvg/tool.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.104 2018/08/22 09:42:52 wiz Exp $
# $NetBSD: Makefile,v 1.105 2019/06/08 19:56:24 leot Exp $
DISTNAME= gnome-icon-theme-3.12.0
PKGREVISION= 3
@ -11,8 +11,6 @@ HOMEPAGE= https://www.gnome.org/
COMMENT= Theme consisting of a set of icons for GNOME
LICENSE= cc-by-sa-v3.0 AND gnu-lgpl-v3
TOOL_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
# otherwise it creates lots of lib/locale dirs, even though it doesn't
@ -40,4 +38,5 @@ post-install:
BUILDLINK_DEPMETHOD.gettext-lib= build
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/icon-naming-utils/buildlink3.mk"
.include "../../graphics/librsvg/tool.mk"
.include "../../mk/bsd.pkg.mk"