diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-07-17 20:33:50 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-07-17 20:33:50 +0000 |
commit | a51c850b381dbe08f90eeb73a7dfcad7faec1bc2 (patch) | |
tree | c039e8c8e0375f02950645664759392c19051b5f /net/skype | |
parent | BROKEN: Checksum mismatch (diff) |
Unbreak default GL lib dependency.
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
Pointy hat to: netchild
Diffstat (limited to 'net/skype')
-rw-r--r-- | net/skype/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index 80a0daac4df0..cb1a04ac512f 100644 --- a/net/skype/Makefile +++ b/net/skype/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 |