diff options
author | wiz <wiz@pkgsrc.org> | 2018-05-09 15:53:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-05-09 15:53:28 +0000 |
commit | 341b308c70a0086f6d38a50df8e823321afb097a (patch) | |
tree | 2fd73f19ddf8c4194c09fc03fe24636f749a0cbf /graphics/gimp | |
parent | 4b11e2d25caa46a7f247c5ba65408f007ff6b67f (diff) | |
download | pkgsrc-341b308c70a0086f6d38a50df8e823321afb097a.tar.gz |
gimp: add missing build dependency
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 26287df5376..26d54013fc0 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.280 2018/04/30 05:12:51 ryoon Exp $ +# $NetBSD: Makefile,v 1.281 2018/05/09 15:53:28 wiz Exp $ DISTNAME= gimp-2.10.0 CATEGORIES= graphics @@ -10,7 +10,7 @@ HOMEPAGE= https://www.gimp.org/ COMMENT= The GNU image manipulation program LICENSE= gnu-lgpl-v3 AND gnu-gpl-v3 -BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser +BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen DEPENDS+= glib-networking>=2.36.2:../../net/glib-networking CONFLICTS+= gimp<=1.2.3 |