diff options
Diffstat (limited to 'devel/libgsf')
-rw-r--r-- | devel/libgsf/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index d3f2a662c4a..bd8c99f69cd 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2011/05/25 09:42:24 drochner Exp $ +# $NetBSD: Makefile,v 1.74 2011/06/06 07:55:54 obache Exp $ # # Some files are shared with libgsf-gnome, so update that # as well when updating libgsf! @@ -30,10 +30,6 @@ MAKE_ENV+= GCONF2_SCHEMAS_DIR=${GCONF_SCHEMAS_DIR} GCONF_SCHEMAS= gsf-office-thumbnailer.schemas -# Workaround for Upstream Bug#562310. -# for more detail, see also PR#41475. -TOOLS_NOOP+= gtkdoc-rebase - .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |