diff options
author | nia <nia@pkgsrc.org> | 2022-03-12 08:05:24 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-03-12 08:05:24 +0000 |
commit | 694554a91ea9ce36a4b5c2e2312dace53e97b304 (patch) | |
tree | e6b9d1b21b886beb909c08e19f29616bbff7b04a /graphics/gimp | |
parent | 41b42479d6676038b9f7dc8704ef6a3d90beb54a (diff) | |
download | pkgsrc-694554a91ea9ce36a4b5c2e2312dace53e97b304.tar.gz |
gimp: missing tool dependency on xsltproc
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 8ef8c524b8a..edb2726ad88 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -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 @@ HOMEPAGE= https://www.gimp.org/ 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 |