aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/skype
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2007-01-21 18:49:48 +0800
committeritetcu <itetcu@FreeBSD.org>2007-01-21 18:49:48 +0800
commit18c2c3e9c0e7c06a5904930e80a325328370f232 (patch)
tree04d0bac368ae89821c93706f85d167a5ef6e747d /net-im/skype
parent4961c15941451bbcd31c58530265c0854895b7c8 (diff)
downloadfreebsd-ports-gnome-18c2c3e9c0e7c06a5904930e80a325328370f232.tar.gz
freebsd-ports-gnome-18c2c3e9c0e7c06a5904930e80a325328370f232.tar.zst
freebsd-ports-gnome-18c2c3e9c0e7c06a5904930e80a325328370f232.zip
- Properly test if the user wnats NVIDIA_GL
- bump PORTREVISION for depends change Submitted by: Pierre Caruel
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 badb9d200832..b41c6c3b1aaf 100644
--- a/net-im/skype/Makefile
+++ b/net-im/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