diff options
author | leot <leot@pkgsrc.org> | 2019-06-08 19:57:28 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-06-08 19:57:28 +0000 |
commit | e6cc29ee6bb4912454a94463dfcf52293006f958 (patch) | |
tree | 06f73120ab6ef7804c741de683a20a354a0e03b1 /x11/mate-desktop | |
parent | 9ace79f4a81c44ea775f97b05d9e48994047f80e (diff) | |
download | pkgsrc-e6cc29ee6bb4912454a94463dfcf52293006f958.tar.gz |
mate-desktop: Use graphics/librsvg/tool.mk (instead of including bl3)
Diffstat (limited to 'x11/mate-desktop')
-rw-r--r-- | x11/mate-desktop/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/mate-desktop/Makefile b/x11/mate-desktop/Makefile index 1bfc6f4bd65..73481732680 100644 --- a/x11/mate-desktop/Makefile +++ b/x11/mate-desktop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2019/06/05 01:13:27 gutteridge Exp $ +# $NetBSD: Makefile,v 1.21 2019/06/08 19:57:28 leot Exp $ .include "../../meta-pkgs/mate/Makefile.common" @@ -22,12 +22,7 @@ SUBST_STAGE.prefix= pre-install SUBST_SED.prefix= -e 's,$${prefix},${PREFIX},' .include "../../graphics/hicolor-icon-theme/buildlink3.mk" -# librsvg is required as a tool dependency, to provide rsvg-convert. -# Since it's now a "split" package, where a choice depends on the -# environment, or on a user-defined option, the dependency must be -# expressed this way, pending further structural changes. -BUILDLINK_DEPMETHOD.librsvg?= build -.include "../../graphics/librsvg/buildlink3.mk" +.include "../../graphics/librsvg/tool.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/iso-codes/buildlink3.mk" .include "../../devel/dconf/buildlink3.mk" |