diff options
Diffstat (limited to 'devel/libgnome')
-rw-r--r-- | devel/libgnome/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index 252a1591bba..00eef4a5023 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2009/10/29 23:05:00 drochner Exp $ +# $NetBSD: Makefile,v 1.76 2010/05/23 11:19:27 obache Exp $ # DISTNAME= libgnome-2.28.0 @@ -69,6 +69,10 @@ CONFIGURE_ARGS+= --disable-esd BUILDLINK_API_DEPENDS.glib2+= glib2>=2.8.0 BUILDLINK_API_DEPENDS.libbonobo+= libbonobo>=2.13.0 +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/GConf/schemas.mk" |