pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp: missing tool dependency on xsltproc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf835085997d
branches:  trunk
changeset: 375327:bf835085997d
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Mar 12 08:05:24 2022 +0000

description:
gimp: missing tool dependency on xsltproc

diffstat:

 graphics/gimp/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 9bb91d20c05c -r bf835085997d graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Sat Mar 12 08:01:48 2022 +0000
+++ b/graphics/gimp/Makefile    Sat Mar 12 08:05:24 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.355 2022/01/04 13:07:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.356 2022/03/12 08:05:24 nia Exp $
 
 DISTNAME=      gimp-2.10.30
 CATEGORIES=    graphics
@@ -10,7 +10,8 @@
 COMMENT=       The GNU image manipulation program
 LICENSE=       gnu-lgpl-v3 AND gnu-gpl-v3
 
-BUILD_DEPENDS+=        gettext-tools>=0.19:../../devel/gettext-tools
+TOOL_DEPENDS+= gettext-tools>=0.19:../../devel/gettext-tools
+TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
 DEPENDS+=      glib-networking>=2.36.2:../../net/glib-networking
 CONFLICTS+=    gimp<=1.2.3
 



Home | Main Index | Thread Index | Old Index