diff options
author | obache <obache@pkgsrc.org> | 2011-06-06 07:55:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-06-06 07:55:54 +0000 |
commit | 51b4b48c2a0936c57781a2c4caeaa4006c947381 (patch) | |
tree | 43ac00549939b9a9a6df6c80b42eb14f8c4bcc74 /multimedia | |
parent | 334693d027906cccb3f217b1d6db018460c8a106 (diff) | |
download | pkgsrc-51b4b48c2a0936c57781a2c4caeaa4006c947381.tar.gz |
Workaround for PR#41475 is not required anymore.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 0c4481f2ea1..145fb1b2695 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2011/05/13 17:20:09 drochner Exp $ +# $NetBSD: Makefile,v 1.30 2011/06/06 08:32:40 obache Exp $ # DISTNAME= totem-pl-parser-2.32.5 @@ -22,10 +22,6 @@ CONFLICTS+= totem<2.22.0 PKGCONFIG_OVERRIDE+= totem-plparser-mini.pc.in PKGCONFIG_OVERRIDE+= totem-plparser.pc.in -# Workaround for Upstream Bug#562310. -# for more detail, see also PR#41475. -TOOLS_NOOP+= gtkdoc-rebase - .include "../../devel/glib2/buildlink3.mk" .include "../../mail/gmime24/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |