aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/skype
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2011-07-18 00:29:42 +0800
committernox <nox@FreeBSD.org>2011-07-18 00:29:42 +0800
commit240ce5ace3f40f489f0e7dbf2eb53dfaae101bcc (patch)
treed96d78aa5d84db7a4af7a0ed517b5f1c7684a16e /net-im/skype
parent306369fea2401c7b7cc7a51815e5dfe4d103ba30 (diff)
downloadfreebsd-ports-gnome-240ce5ace3f40f489f0e7dbf2eb53dfaae101bcc.tar.gz
freebsd-ports-gnome-240ce5ace3f40f489f0e7dbf2eb53dfaae101bcc.tar.zst
freebsd-ports-gnome-240ce5ace3f40f489f0e7dbf2eb53dfaae101bcc.zip
Fix skype multimedia/linux_v4l2wrapper dependency on 8.
Approved by: itetcu (skype ports maintainer) Discussed on: -multimedia
Diffstat (limited to 'net-im/skype')
-rw-r--r--net-im/skype/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile
index 8da830e2fae2..ee69792088a3 100644
--- a/net-im/skype/Makefile
+++ b/net-im/skype/Makefile
@@ -46,10 +46,11 @@ USE_LINUX_APPS+=dri
.endif
.ifdef WITH_VIDEO
+. 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 ${OSVERSION} < 900036
+. if ${LINUX_V4L2_AVAILABLE} != "1"
RUN_DEPENDS+= linux_v4l2wrapper-kmod>=1.0:${PORTSDIR}/multimedia/linux_v4l2wrapper-kmod
. endif
.else