diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-21 10:49:48 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-21 10:49:48 +0000 |
commit | fc0ee130f6ce8deb4df25ebf250f429d3ed4e121 (patch) | |
tree | 4caea38c24af6e063fb5ed86e787bad590c33910 /net-im/skype20 | |
parent | update 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-im/skype20')
-rw-r--r-- | net-im/skype20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile index badb9d200832..b41c6c3b1aaf 100644 --- a/net-im/skype20/Makefile +++ b/net-im/skype20/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 |