diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-21 18:49:48 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-21 18:49:48 +0800 |
commit | 18c2c3e9c0e7c06a5904930e80a325328370f232 (patch) | |
tree | 04d0bac368ae89821c93706f85d167a5ef6e747d /net-im/skype | |
parent | 4961c15941451bbcd31c58530265c0854895b7c8 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |