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 | 922e6b4495e126b78fa584545a147c688e1c66bf (patch) | |
tree | 43ac00549939b9a9a6df6c80b42eb14f8c4bcc74 /multimedia/totem-pl-parser | |
parent | 3337d89b3e5d70903f3795e14d1d3ff31723ae19 (diff) | |
download | pkgsrc-922e6b4495e126b78fa584545a147c688e1c66bf.tar.gz |
Workaround for PR#41475 is not required anymore.
Diffstat (limited to 'multimedia/totem-pl-parser')
-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" |