diff options
author | netchild <netchild@FreeBSD.org> | 2005-07-17 10:07:44 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-07-17 10:07:44 +0000 |
commit | 1dee3be44f36447917b7c060f98b4cff30804f0f (patch) | |
tree | 658f8222f2555a3ce3b8b3e40e82e62d8b61a9bd /net-im/skype20/Makefile | |
parent | 4b7718f5887f4f57c1702afc591ae70b9fd70500 (diff) | |
download | FreeBSD-ports-1dee3be44f36447917b7c060f98b4cff30804f0f.zip FreeBSD-ports-1dee3be44f36447917b7c060f98b4cff30804f0f.tar.gz |
- linux_mesa3 -> linux_dri
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
Diffstat (limited to 'net-im/skype20/Makefile')
-rw-r--r-- | net-im/skype20/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile index ca5a2a4..80a0daa 100644 --- a/net-im/skype20/Makefile +++ b/net-im/skype20/Makefile @@ -7,6 +7,7 @@ PORTNAME= skype PORTVERSION= 1.1.0.20 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ DISTNAME= skype_staticQT-${PORTVERSION} @@ -20,7 +21,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux .ifdef WITH_NVIDIA_GL RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver .else -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3 +RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/libGL.so.1:${PORTSDIR}/graphics/linux_dri .endif USE_BZIP2= yes |