pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/mate-desktop mate-desktop: Use graphics/librsvg/to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f0aaa420d6a
branches:  trunk
changeset: 334901:1f0aaa420d6a
user:      leot <leot%pkgsrc.org@localhost>
date:      Sat Jun 08 19:57:28 2019 +0000

description:
mate-desktop: Use graphics/librsvg/tool.mk (instead of including bl3)

diffstat:

 x11/mate-desktop/Makefile |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r 45bbddc8dfab -r 1f0aaa420d6a x11/mate-desktop/Makefile
--- a/x11/mate-desktop/Makefile Sat Jun 08 19:56:23 2019 +0000
+++ b/x11/mate-desktop/Makefile Sat Jun 08 19:57:28 2019 +0000
@@ -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_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"



Home | Main Index | Thread Index | Old Index