summaryrefslogtreecommitdiff
path: root/net-im/skype20/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-08 23:53:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-08 23:53:42 +0000
commit70ba3ac8cb801a41aa6cfbae6c0ee2d6ccc5e753 (patch)
tree488bb60eecd508ef106608f49e07469f655e6f69 /net-im/skype20/Makefile
parent- Update maintainer mail adress (diff)
- Add nvidia as knob
Submitted by: miwi Approved by: maintainer (itetcu@ on irc)
Notes
Notes: svn path=/head/; revision=181818
Diffstat (limited to 'net-im/skype20/Makefile')
-rw-r--r--net-im/skype20/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile
index 20c6dee50d74..badb9d200832 100644
--- a/net-im/skype20/Makefile
+++ b/net-im/skype20/Makefile
@@ -20,12 +20,6 @@ CONFLICTS+= skype-devel-[0-9]*
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
${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/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri
-.endif
-
USE_BZIP2= yes
USE_LINUX= yes
USE_X_PREFIX= yes
@@ -33,8 +27,16 @@ ONLY_FOR_ARCHS= i386 amd64
RESTRICTED= Redistribution not allowed yet.
+OPTIONS= WITH_NVIDIA_GL "Enable Nvidia Support" off
+
.include <bsd.port.pre.mk>
+.if !defined(WITH_NVIDIA_GL)
+RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
+.else
+RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri
+.endif
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-build: