diff options
author | netchild <netchild@FreeBSD.org> | 2005-07-17 20:33:50 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2005-07-17 20:33:50 +0000 |
commit | a00905b38600066c96fbab52ef0008b69048926e (patch) | |
tree | 7e8001a77d920b926131981fc470363be4181d0c /net-im/skype20 | |
parent | a0e84fddc2ce02583d3a011d84cb400c79fe9be5 (diff) | |
download | FreeBSD-ports-a00905b38600066c96fbab52ef0008b69048926e.zip FreeBSD-ports-a00905b38600066c96fbab52ef0008b69048926e.tar.gz |
Unbreak default GL lib dependency.
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
Pointy hat to: netchild
Diffstat (limited to 'net-im/skype20')
-rw-r--r-- | net-im/skype20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile index 80a0daa..cb1a04a 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 |