diff options
author | obache <obache@pkgsrc.org> | 2010-08-29 09:15:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-08-29 09:15:50 +0000 |
commit | c100b61230acddfe13241f2aa26dfb7694a9ef02 (patch) | |
tree | 3b01ad059e5523d16d3c3f2ae1f33e359840b2b4 /sysutils | |
parent | b8f76ff38461f2c9cc21249710e9993c9cfd670e (diff) | |
download | pkgsrc-c100b61230acddfe13241f2aa26dfb7694a9ef02.tar.gz |
No need gtkdoc-rebase workaround anymore.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/liboobs/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/liboobs/Makefile b/sysutils/liboobs/Makefile index 2daea9e5a78..ed166697798 100644 --- a/sysutils/liboobs/Makefile +++ b/sysutils/liboobs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/10/31 02:52:45 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/08/29 09:17:31 obache Exp $ # DISTNAME= liboobs-2.22.2 @@ -20,9 +20,5 @@ USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool msgfmt perl pkg-config USE_LIBTOOL= YES -# Workaround for Upstream Bug#562310. -# for more detail, see also PR#41475. -TOOLS_NOOP+= gtkdoc-rebase - .include "../../sysutils/system-tools-backends/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |