diff options
author | sketch <sketch@pkgsrc.org> | 2009-09-30 09:22:47 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2009-09-30 09:22:47 +0000 |
commit | cf1a51c2a48efeed7584ed7841769d96320e37f3 (patch) | |
tree | 447b65103a75e98824f163de3ce93eb0d67d3d4e /x11/libunique | |
parent | 0d5b8405bd6764a072039e21cf474da1679db156 (diff) | |
download | pkgsrc-cf1a51c2a48efeed7584ed7841769d96320e37f3.tar.gz |
Add a bunch more gtkdoc-rebase workarounds.
Diffstat (limited to 'x11/libunique')
-rw-r--r-- | x11/libunique/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/libunique/Makefile b/x11/libunique/Makefile index a1b60d372cb..f95acc48422 100644 --- a/x11/libunique/Makefile +++ b/x11/libunique/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/08/26 19:56:56 sno Exp $ +# $NetBSD: Makefile,v 1.5 2009/09/30 09:22:47 sketch Exp $ # DISTNAME= libunique-1.0.8 @@ -18,6 +18,10 @@ USE_TOOLS+= pkg-config gmake PKGCONFIG_OVERRIDE+= unique.pc.in +# Workaround for Upstream Bug#562310. +# for more detail, see also PR#41475. +TOOLS_NOOP+= gtkdoc-rebase + .include "options.mk" .include "../../x11/gtk2/buildlink3.mk" |