aboutsummaryrefslogtreecommitdiff
path: root/net-im/skype20
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-07-17 20:33:50 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-07-17 20:33:50 +0000
commita51c850b381dbe08f90eeb73a7dfcad7faec1bc2 (patch)
treec039e8c8e0375f02950645664759392c19051b5f /net-im/skype20
parente4ed4e224be128c7ebe9f46ad3235c00c495f5bf (diff)
downloadports-a51c850b381dbe08f90eeb73a7dfcad7faec1bc2.tar.gz
ports-a51c850b381dbe08f90eeb73a7dfcad7faec1bc2.zip
Unbreak default GL lib dependency.
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de> Pointy hat to: netchild
Notes
Notes: svn path=/head/; revision=139425
Diffstat (limited to 'net-im/skype20')
-rw-r--r--net-im/skype20/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile
index 80a0daac4df0..cb1a04ac512f 100644
--- a/net-im/skype20/Makefile
+++ b/net-im/skype20/Makefile
@@ -21,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/X11R6/libGL.so.1:${PORTSDIR}/graphics/linux_dri
+RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri
.endif
USE_BZIP2= yes