aboutsummaryrefslogtreecommitdiff
path: root/net-im/skype4
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-09-16 10:26:41 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-09-16 10:26:41 +0000
commit79fe485645d5e113948efb851f4521bab462a56b (patch)
tree64787ffe305fd96e68bb4e9dfd7d3ebfbe17fecb /net-im/skype4
parent78142803aa720b89d4b0428e6fab6091ec56ebe1 (diff)
downloadports-79fe485645d5e113948efb851f4521bab462a56b.tar.gz
ports-79fe485645d5e113948efb851f4521bab462a56b.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
Notes
Notes: svn path=/head/; revision=397046
Diffstat (limited to 'net-im/skype4')
-rw-r--r--net-im/skype4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/skype4/Makefile b/net-im/skype4/Makefile
index 0827ef5d9ced..7a110b101669 100644
--- a/net-im/skype4/Makefile
+++ b/net-im/skype4/Makefile
@@ -44,7 +44,7 @@ NVIDIA_GL_USE_OFF= LINUX_APPS=dri
.include <bsd.port.options.mk>
.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