aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/skype-devel
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-09-16 18:26:41 +0800
committerjbeich <jbeich@FreeBSD.org>2015-09-16 18:26:41 +0800
commit9ac48dc552612b9cec8fac2b05b70600d3b54e37 (patch)
tree64787ffe305fd96e68bb4e9dfd7d3ebfbe17fecb /net-im/skype-devel
parentd64468433f8092d6763267bea7efbf5cea0227f9 (diff)
downloadfreebsd-ports-gnome-9ac48dc552612b9cec8fac2b05b70600d3b54e37.tar.gz
freebsd-ports-gnome-9ac48dc552612b9cec8fac2b05b70600d3b54e37.tar.zst
freebsd-ports-gnome-9ac48dc552612b9cec8fac2b05b70600d3b54e37.zip
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
Diffstat (limited to 'net-im/skype-devel')
-rw-r--r--net-im/skype-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
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