diff options
author | obache <obache> | 2009-05-26 01:54:37 +0000 |
---|---|---|
committer | obache <obache> | 2009-05-26 01:54:37 +0000 |
commit | 77093c8368c313cdc1a26d896187a5c1f3d5b0e4 (patch) | |
tree | 4ef98bbe0faa9f63e6ff3fe851cb58a35af19b61 /multimedia/gst-plugins0.10-bad | |
parent | 5a553aee6b23c2009c37995064b19dbbf2f3acc3 (diff) | |
download | pkgsrc-77093c8368c313cdc1a26d896187a5c1f3d5b0e4.tar.gz |
Need gst>=0.10.22.1.
Diffstat (limited to 'multimedia/gst-plugins0.10-bad')
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/gst-plugins0.10-bad/Makefile.common b/multimedia/gst-plugins0.10-bad/Makefile.common index 2e1d0cc3cdd..1f3cde15502 100644 --- a/multimedia/gst-plugins0.10-bad/Makefile.common +++ b/multimedia/gst-plugins0.10-bad/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2009/05/25 15:41:34 drochner Exp $ +# $NetBSD: Makefile.common,v 1.13 2009/05/26 01:54:37 obache Exp $ # # used by audio/gst-plugins0.10-dts/Makefile # used by audio/gst-plugins0.10-faad/Makefile @@ -38,8 +38,8 @@ GST_PLUGINS0.10_VER= 0.10.12 CONFIGURE_ARGS+= --disable-${driver} .endfor -BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.21 -BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.20 +BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.22.1 +BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.22.1 .include "../../multimedia/gst-plugins0.10-base/plugins.mk" .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" |