diff options
author | sketch <sketch@pkgsrc.org> | 2009-09-30 09:22:47 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2009-09-30 09:22:47 +0000 |
commit | cf1a51c2a48efeed7584ed7841769d96320e37f3 (patch) | |
tree | 447b65103a75e98824f163de3ce93eb0d67d3d4e /print | |
parent | 0d5b8405bd6764a072039e21cf474da1679db156 (diff) | |
download | pkgsrc-cf1a51c2a48efeed7584ed7841769d96320e37f3.tar.gz |
Add a bunch more gtkdoc-rebase workarounds.
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprintui/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/libgnomeprintui/Makefile b/print/libgnomeprintui/Makefile index cafedae7470..01f497c3ecd 100644 --- a/print/libgnomeprintui/Makefile +++ b/print/libgnomeprintui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2009/08/26 19:56:53 sno Exp $ +# $NetBSD: Makefile,v 1.57 2009/09/30 09:22:47 sketch Exp $ # DISTNAME= libgnomeprintui-2.18.4 @@ -20,6 +20,10 @@ USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libgnomeprintui/libgnomeprintui-2.2.pc.in +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + BUILDLINK_API_DEPENDS.libgnomeprint+= libgnomeprint>=2.12.1 .include "../../devel/gettext-lib/buildlink3.mk" |