diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-03-27 09:14:02 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-03-27 09:14:02 +0000 |
commit | faa9df3f47412fe506f46829645abf4e42eef544 (patch) | |
tree | 692eef8ee2fa714584ce3ceb3e4e3f917c8b1b92 /multimedia/gstreamer-plugins | |
parent | bb7ff0d6804cb7bf970cb0debbfc70491285029a (diff) | |
download | ports-faa9df3f47412fe506f46829645abf4e42eef544.tar.gz ports-faa9df3f47412fe506f46829645abf4e42eef544.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index f9bc7528fd02..2440330cba30 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -431,8 +431,8 @@ gst_ogg_PLIST_FILES= ${GST_LIB_DIR}/libgstogg.la \ gst_ogg_DIST= base # opencv -gst_opencv_BUILD_DEPENDS+=opencv<=2.1:${PORTSDIR}/graphics/opencv -gst_opencv_RUN_DEPENDS+=opencv<=2.1:${PORTSDIR}/graphics/opencv +gst_opencv_BUILD_DEPENDS+=opencv<2.2:${PORTSDIR}/graphics/opencv +gst_opencv_RUN_DEPENDS+=opencv<2.2:${PORTSDIR}/graphics/opencv gst_opencv_PLIST_FILES= ${GST_LIB_DIR}/libgstopencv.la \ ${GST_LIB_DIR}/libgstopencv.a \ ${GST_LIB_DIR}/libgstopencv.so |