summaryrefslogtreecommitdiff
path: root/net/skype-devel/Makefile
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/skype-devel/Makefile
parentBROKEN: Checksum mismatch (diff)
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 '')
-rw-r--r--net/skype-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/skype-devel/Makefile b/net/skype-devel/Makefile
index 80a0daac4df0..cb1a04ac512f 100644
--- a/net/skype-devel/Makefile
+++ b/net/skype-devel/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