summaryrefslogtreecommitdiff
path: root/devel/libgnome
diff options
context:
space:
mode:
authorobache <obache>2010-05-23 11:19:26 +0000
committerobache <obache>2010-05-23 11:19:26 +0000
commit2addeba1ac358186d66047f7e32b7b9ebfe4db6c (patch)
tree7029a251e1becc844f7c965ad232330230e1d22f /devel/libgnome
parentd1d1c445fd2c2d216370acb2553b1b294b95ec9a (diff)
downloadpkgsrc-2addeba1ac358186d66047f7e32b7b9ebfe4db6c.tar.gz
Need workaround for upstream gtk-doc Bug#56230.
Noticed by Daniel Vergien in PR 41475.
Diffstat (limited to 'devel/libgnome')
-rw-r--r--devel/libgnome/Makefile6
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"