diff options
author | obache <obache> | 2010-08-29 09:26:56 +0000 |
---|---|---|
committer | obache <obache> | 2010-08-29 09:26:56 +0000 |
commit | 539018e5eb2997e5cd0653c7ab53111993ce5e1c (patch) | |
tree | aa39f3a0c51b714ac8a0c2b082bd38fdd5c4a984 /devel/libgnome | |
parent | 681e2b6070f5b61f25772e5f5a198002b969d9e5 (diff) | |
download | pkgsrc-539018e5eb2997e5cd0653c7ab53111993ce5e1c.tar.gz |
:No need gtkdoc-rebase workaround anymore.
Diffstat (limited to 'devel/libgnome')
-rw-r--r-- | devel/libgnome/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index e3cebbb3fe5..e4fa05cd4c2 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2010/06/13 22:44:07 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2010/08/29 09:28:01 obache Exp $ # DISTNAME= libgnome-2.30.0 @@ -69,10 +69,6 @@ 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" |