Sat Mar 12 08:05:24 2022 UTC ()
gimp: missing tool dependency on xsltproc


(nia)
diff -r1.355 -r1.356 pkgsrc/graphics/gimp/Makefile

cvs diff -r1.355 -r1.356 pkgsrc/graphics/gimp/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/Makefile 2022/01/04 13:07:18 1.355
+++ pkgsrc/graphics/gimp/Makefile 2022/03/12 08:05:24 1.356
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.355 2022/01/04 13:07:18 ryoon Exp $ 1# $NetBSD: Makefile,v 1.356 2022/03/12 08:05:24 nia Exp $
2 2
3DISTNAME= gimp-2.10.30 3DISTNAME= gimp-2.10.30
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ 5MASTER_SITES= https://download.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= adam@NetBSD.org 8MAINTAINER= adam@NetBSD.org
9HOMEPAGE= https://www.gimp.org/ 9HOMEPAGE= https://www.gimp.org/
10COMMENT= The GNU image manipulation program 10COMMENT= The GNU image manipulation program
11LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3 11LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3
12 12
13BUILD_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools 13TOOL_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools
 14TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
14DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking 15DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking
15CONFLICTS+= gimp<=1.2.3 16CONFLICTS+= gimp<=1.2.3
16 17
17USE_LANGUAGES+= c c++14 18USE_LANGUAGES+= c c++14
18USE_LIBTOOL= yes 19USE_LIBTOOL= yes
19USE_PKGLOCALEDIR= yes 20USE_PKGLOCALEDIR= yes
20 21
21USE_TOOLS+= gmake pkg-config perl 22USE_TOOLS+= gmake pkg-config perl
22USE_TOOLS+= intltool msgfmt msgmerge xgettext 23USE_TOOLS+= intltool msgfmt msgmerge xgettext
23USE_TOOLS+= gdbus-codegen 24USE_TOOLS+= gdbus-codegen
24 25
25GNU_CONFIGURE= yes 26GNU_CONFIGURE= yes
26 27