summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-good
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2010-02-25 17:27:06 +0000
committerreed <reed@pkgsrc.org>2010-02-25 17:27:06 +0000
commit7e6b0f33bae84901b9144060ec8ea7fabcbd38cf (patch)
tree502c0aba89397e1feda0cdcb245a4883addf0463 /multimedia/gst-plugins0.10-good
parent31c5412c5715d8b54120df2460bc938f52541d14 (diff)
downloadpkgsrc-7e6b0f33bae84901b9144060ec8ea7fabcbd38cf.tar.gz
configure: Requested 'gstreamer-0.10 >= 0.10.26' but version of GStreamer is 0.10.25
so bumped the BUILDLINK_API_DEPENDS.gstreamer0.10
Diffstat (limited to 'multimedia/gst-plugins0.10-good')
-rw-r--r--multimedia/gst-plugins0.10-good/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common
index 11d1fae5318..a26df930f57 100644
--- a/multimedia/gst-plugins0.10-good/Makefile.common
+++ b/multimedia/gst-plugins0.10-good/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2010/02/16 13:16:53 drochner Exp $
+# $NetBSD: Makefile.common,v 1.24 2010/02/25 17:27:06 reed Exp $
#
# used by audio/gst-plugins0.10-esound/Makefile
# used by audio/gst-plugins0.10-flac/Makefile
@@ -50,5 +50,5 @@ CONFIGURE_ARGS+= --disable-${driver}
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.23
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.23
+BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.26
.include "../../multimedia/gstreamer0.10/buildlink3.mk"