aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-08-01 16:14:56 +0800
committerkwm <kwm@FreeBSD.org>2011-08-01 16:14:56 +0800
commita071727ba9e822a0972fb29f7d33134bcdd262f6 (patch)
tree7974aeea9a572288f639b09bbdeaf62ba7d72dd0
parentd715f3130dd906bdca039d7a9ab1f0638a519e4e (diff)
downloadfreebsd-ports-gnome-a071727ba9e822a0972fb29f7d33134bcdd262f6.tar.gz
freebsd-ports-gnome-a071727ba9e822a0972fb29f7d33134bcdd262f6.tar.zst
freebsd-ports-gnome-a071727ba9e822a0972fb29f7d33134bcdd262f6.zip
Unbreak the gstreamer opencv plugin by removing the version restriction.
-rw-r--r--graphics/gstreamer-plugins-opencv/Makefile2
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common3
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