summaryrefslogtreecommitdiff
path: root/net/skype
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-21 10:49:48 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2007-01-21 10:49:48 +0000
commitfc0ee130f6ce8deb4df25ebf250f429d3ed4e121 (patch)
tree4caea38c24af6e063fb5ed86e787bad590c33910 /net/skype
parentupdate to 0.5.11 (diff)
- Properly test if the user wnats NVIDIA_GL
- bump PORTREVISION for depends change Submitted by: Pierre Caruel
Notes
Notes: svn path=/head/; revision=182897
Diffstat (limited to 'net/skype')
-rw-r--r--net/skype/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile
index badb9d200832..b41c6c3b1aaf 100644
--- a/net/skype/Makefile
+++ b/net/skype/Makefile
@@ -7,7 +7,7 @@
PORTNAME= skype
PORTVERSION= 1.2.0.18
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://download.skype.com/linux/
DISTNAME= skype_staticQT-${PORTVERSION}
@@ -31,7 +31,7 @@ OPTIONS= WITH_NVIDIA_GL "Enable Nvidia Support" off
.include <bsd.port.pre.mk>
-.if !defined(WITH_NVIDIA_GL)
+.if defined(WITH_NVIDIA_GL)
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
.else
RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri