Thu Jan 2 19:02:52 2020 UTC ()
mate-utils: inkscape is no longer a tool dependency

For regular builds (the targets pkgsrc uses), inkscape is no longer a
requirement.


(gutteridge)
diff -r1.21 -r1.22 pkgsrc/misc/mate-utils/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/misc/mate-utils/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/mate-utils/Makefile 2019/12/30 22:54:52 1.21
+++ pkgsrc/misc/mate-utils/Makefile 2020/01/02 19:02:52 1.22
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.21 2019/12/30 22:54:52 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.22 2020/01/02 19:02:52 gutteridge Exp $
2 2
3.include "../../meta-pkgs/mate/Makefile.common" 3.include "../../meta-pkgs/mate/Makefile.common"
4 4
5DISTNAME= mate-utils-${VERSION:R}.2 5DISTNAME= mate-utils-${VERSION:R}.2
6CATEGORIES= misc 6CATEGORIES= misc
7 7
8COMMENT= Utilities for MATE Desktop 8COMMENT= Utilities for MATE Desktop
9 9
10USE_LANGUAGES= c c++ 10USE_LANGUAGES= c c++
11 11
12TOOL_DEPENDS+= inkscape-[0-9]*:../../graphics/inkscape 
13TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 12TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
14TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint 13TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
15 14
16PKGCONFIG_OVERRIDE+= mate-dictionary/libgdict/mate-dict.pc.in 15PKGCONFIG_OVERRIDE+= mate-dictionary/libgdict/mate-dict.pc.in
17 16
18CONFIGURE_ARGS+= --with-grep=${GREP:Q} 17CONFIGURE_ARGS+= --with-grep=${GREP:Q}
19 18
20.include "options.mk" 19.include "options.mk"
21 20
22.include "../../devel/glib2/schemas.mk" 21.include "../../devel/glib2/schemas.mk"
23.include "../../sysutils/desktop-file-utils/desktopdb.mk" 22.include "../../sysutils/desktop-file-utils/desktopdb.mk"
24 23
25.include "../../x11/mate-panel/buildlink3.mk" 24.include "../../x11/mate-panel/buildlink3.mk"