diff options
author | obache <obache@pkgsrc.org> | 2009-07-07 10:48:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-07-07 10:48:53 +0000 |
commit | 1e4388adef980252580be27ec2f73fd405385205 (patch) | |
tree | 571eac052091286d677bda454597b3f381141ef0 /graphics/gimp | |
parent | 837a5e3517a5a12896dfc011dcaf2bfc3ea72c40 (diff) | |
download | pkgsrc-1e4388adef980252580be27ec2f73fd405385205.tar.gz |
Need workaround for Upstream Bug#562310, as noticed in PR 41475.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 823891a90c7..ec4e54d1ef8 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.181 2009/03/22 19:01:39 wiz Exp $ +# $NetBSD: Makefile,v 1.182 2009/07/07 10:48:53 obache Exp $ DISTNAME= gimp-2.6.6 CATEGORIES= graphics @@ -30,6 +30,10 @@ PKGCONFIG_OVERRIDE= gimp.pc.in .include "../../mk/bsd.prefs.mk" +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2.0 BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12 |