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/skype-devel | |
parent | 6d350a99cabd834f35ed214066eb3f7c72659ef8 (diff) | |
download | ports-3379fbaf74660b695d2e36ded45f434f37ace126.tar.gz ports-3379fbaf74660b695d2e36ded45f434f37ace126.zip |
Notes
Diffstat (limited to 'net/skype-devel')
-rw-r--r-- | net/skype-devel/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/skype-devel/Makefile b/net/skype-devel/Makefile index e766f2d423c9..6344f4fd6fb5 100644 --- a/net/skype-devel/Makefile +++ b/net/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 |