diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-09-16 18:26:41 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-09-16 18:26:41 +0800 |
commit | 9ac48dc552612b9cec8fac2b05b70600d3b54e37 (patch) | |
tree | 64787ffe305fd96e68bb4e9dfd7d3ebfbe17fecb /net-im/skype-devel | |
parent | d64468433f8092d6763267bea7efbf5cea0227f9 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |