diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-16 08:52:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-16 08:52:26 +0000 |
commit | 5db9ac5a976e67e475f02a0879b70223e3fed793 (patch) | |
tree | abcf07c2425abf366e1baa1788522ebb1e65bc26 /net-im/skype | |
parent | 62a5ecfd3ac9106afac829f229f79a1bf36f2a69 (diff) | |
download | ports-5db9ac5a976e67e475f02a0879b70223e3fed793.tar.gz ports-5db9ac5a976e67e475f02a0879b70223e3fed793.zip |
Notes
Diffstat (limited to 'net-im/skype')
-rw-r--r-- | net-im/skype/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index cf3c13dbda42..1b81a9186463 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/Makefile @@ -46,13 +46,9 @@ USE_LINUX_APPS+=dri .endif .if ${PORT_OPTIONS:MVIDEO} -. include "${PORTSDIR}/multimedia/linux_v4l2wrapper-kmod/Makefile.sub" RUN_DEPENDS+= webcamd>0:${PORTSDIR}/multimedia/webcamd USE_LINUX_APPS+=libv4l SUB_LIST+= VIDEO="LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so " -. if ${LINUX_V4L2_AVAILABLE} != "1" -RUN_DEPENDS+= linux_v4l2wrapper-kmod>=1.0:${PORTSDIR}/multimedia/linux_v4l2wrapper-kmod -. endif .else SUB_LIST+= VIDEO="" .endif |