diff options
| -rw-r--r-- | graphics/gstreamer-plugins-opencv/Makefile | 2 | ||||
| -rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/graphics/gstreamer-plugins-opencv/Makefile b/graphics/gstreamer-plugins-opencv/Makefile index e955faa3d685..0b3319b9f217 100644 --- a/graphics/gstreamer-plugins-opencv/Makefile +++ b/graphics/gstreamer-plugins-opencv/Makefile @@ -14,6 +14,4 @@ GST_PLUGIN= opencv MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins -BROKEN= unsatisfiable dependency - .include "${MASTERDIR}/Makefile" diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index ed234dff499c..569f5c4bffe0 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -431,8 +431,7 @@ gst_ogg_PLIST_FILES= ${GST_LIB_DIR}/libgstogg.la \ gst_ogg_DIST= base # opencv -gst_opencv_BUILD_DEPENDS+=opencv<2.3:${PORTSDIR}/graphics/opencv -gst_opencv_RUN_DEPENDS+=opencv<2.3:${PORTSDIR}/graphics/opencv +gst_opencv_LIB_DEPENDS+=opencv_highgui.2:${PORTSDIR}/graphics/opencv gst_opencv_PLIST_FILES= ${GST_LIB_DIR}/libgstopencv.la \ ${GST_LIB_DIR}/libgstopencv.a \ ${GST_LIB_DIR}/libgstopencv.so |
