diff options
author | obache <obache@pkgsrc.org> | 2010-10-04 09:42:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-04 09:42:44 +0000 |
commit | c457e66b5b2661b69a2ac96e82433b267e42d301 (patch) | |
tree | a9c4a1ab981bd3cdd757ec1b884f5cfa26953b52 /graphics | |
parent | d197d170b6b1cdf1df433aea66d4624227ecd810 (diff) | |
download | pkgsrc-c457e66b5b2661b69a2ac96e82433b267e42d301.tar.gz |
Need dummy gtkdoc-rebase, PR#41475.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index 0083ad48cca..3f410915ce4 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2010/09/14 11:00:59 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2010/10/04 09:42:44 obache Exp $ DISTNAME= librsvg-2.26.3 PKGREVISION= 2 @@ -29,6 +29,10 @@ CONFIGURE_ARGS+= --with-gimp=no CONFIGURE_ARGS+= --with-tags= CONFIGURE_ARGS+= --disable-mozilla-plugin +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + GTK2_LOADERS= yes BUILDLINK_API_DEPENDS.cairo+= cairo>=1.2.0 |