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