aboutsummaryrefslogtreecommitdiff
path: root/net-im/skype
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net-im/skype
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
Notes
Diffstat (limited to 'net-im/skype')
-rw-r--r--net-im/skype/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile
index ae0629a5cfba..a1d6741a0801 100644
--- a/net-im/skype/Makefile
+++ b/net-im/skype/Makefile
@@ -35,14 +35,14 @@ SUB_LIST+= SKYPEDIR=${SKYPEDIR}
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MNVIDIA_GL}
-RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
+RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver
USE_LINUX_APPS+=xorglibs
.else
USE_LINUX_APPS+=dri
.endif
.if ${PORT_OPTIONS:MVIDEO}
-RUN_DEPENDS+= webcamd:${PORTSDIR}/multimedia/webcamd
+RUN_DEPENDS+= webcamd:multimedia/webcamd
USE_LINUX_APPS+=libv4l
SUB_LIST+= VIDEO="LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so "
.else