aboutsummaryrefslogtreecommitdiff
path: root/net-im/skype-devel
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-07-17 16:29:42 +0000
committerJuergen Lock <nox@FreeBSD.org>2011-07-17 16:29:42 +0000
commit82e01abf4f79553cb268b4304e6453a07615f7a1 (patch)
treebb34489a90e59d67013738572bf365d62a0b4dc7 /net-im/skype-devel
parent26ee3027383083689436ff0608ecf27ba26b15d5 (diff)
downloadports-82e01abf4f79553cb268b4304e6453a07615f7a1.tar.gz
ports-82e01abf4f79553cb268b4304e6453a07615f7a1.zip
Notes
Diffstat (limited to 'net-im/skype-devel')
-rw-r--r--net-im/skype-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile
index c201e32768ba..9ed0879186e1 100644
--- a/net-im/skype-devel/Makefile
+++ b/net-im/skype-devel/Makefile
@@ -45,10 +45,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