From 9ac48dc552612b9cec8fac2b05b70600d3b54e37 Mon Sep 17 00:00:00 2001 From: jbeich Date: Wed, 16 Sep 2015 10:26:41 +0000 Subject: multimedia/webcamd: clarify version requirements in consumers webcamd exposes V4L/DVB/EVDEV/etc devices with consumer ABI configured by v4l_compat version during build. Drop >0 dummy as V4L is available since day 1 and we only want the daemon. This syncs RUN_DEPENDS with: multimedia/gstreamer-plugins-v4l2 multimedia/gstreamer1-plugins-v4l2 --- net-im/skype-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net-im/skype-devel') diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile index 8df99edada5c..9e1b6c9e86c5 100644 --- a/net-im/skype-devel/Makefile +++ b/net-im/skype-devel/Makefile @@ -46,7 +46,7 @@ USE_LINUX_APPS+=dri .endif .if ${PORT_OPTIONS:MVIDEO} -RUN_DEPENDS+= webcamd>0:${PORTSDIR}/multimedia/webcamd +RUN_DEPENDS+= webcamd:${PORTSDIR}/multimedia/webcamd USE_LINUX_APPS+=libv4l SUB_LIST+= VIDEO="LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so " .else -- cgit