aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-03-16 16:52:26 +0800
committerantoine <antoine@FreeBSD.org>2014-03-16 16:52:26 +0800
commitcb32deeb1cdf5233c4861d849aaede42cf213dbe (patch)
treeabcf07c2425abf366e1baa1788522ebb1e65bc26 /net-im
parent46db93d0c82092c1af376d69b638f8c468d0232a (diff)
downloadfreebsd-ports-gnome-cb32deeb1cdf5233c4861d849aaede42cf213dbe.tar.gz
freebsd-ports-gnome-cb32deeb1cdf5233c4861d849aaede42cf213dbe.tar.zst
freebsd-ports-gnome-cb32deeb1cdf5233c4861d849aaede42cf213dbe.zip
Remove checks for V4L2 wrapper, it is included in the linuxulator of all
supported versions of FreeBSD
Diffstat (limited to 'net-im')
-rw-r--r--net-im/skype-devel/Makefile4
-rw-r--r--net-im/skype/Makefile4
2 files changed, 0 insertions, 8 deletions
diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile
index f6352bf365f6..a170e9058cbf 100644
--- a/net-im/skype-devel/Makefile
+++ b/net-im/skype-devel/Makefile
@@ -49,13 +49,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
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