diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-25 12:40:02 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-25 12:40:02 +0000 |
commit | 3379fbaf74660b695d2e36ded45f434f37ace126 (patch) | |
tree | 4a36e49d2c45ff1d123e42e5941c2d2ab474541f /net-im | |
parent | 6d350a99cabd834f35ed214066eb3f7c72659ef8 (diff) | |
download | ports-3379fbaf74660b695d2e36ded45f434f37ace126.tar.gz ports-3379fbaf74660b695d2e36ded45f434f37ace126.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype-devel/Makefile | 9 | ||||
-rw-r--r-- | net-im/skype/Makefile | 9 | ||||
-rw-r--r-- | net-im/skype20/Makefile | 9 |
3 files changed, 21 insertions, 6 deletions
diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile index e766f2d423c9..6344f4fd6fb5 100644 --- a/net-im/skype-devel/Makefile +++ b/net-im/skype-devel/Makefile @@ -16,8 +16,13 @@ MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ - ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3 + ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat + +.ifdef WITH_NVIDIA_GL +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver +.else +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3 +.endif USE_BZIP2= yes USE_LINUX= yes diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index e766f2d423c9..6344f4fd6fb5 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/Makefile @@ -16,8 +16,13 @@ MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ - ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3 + ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat + +.ifdef WITH_NVIDIA_GL +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver +.else +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3 +.endif USE_BZIP2= yes USE_LINUX= yes diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile index e766f2d423c9..6344f4fd6fb5 100644 --- a/net-im/skype20/Makefile +++ b/net-im/skype20/Makefile @@ -16,8 +16,13 @@ MAINTAINER= netchild@FreeBSD.org COMMENT= P2P VoIP software RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ - ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ - ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3 + ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat + +.ifdef WITH_NVIDIA_GL +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver +.else +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3 +.endif USE_BZIP2= yes USE_LINUX= yes |