summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-07-13 13:44:31 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-07-13 13:44:31 +0000
commite0cf034d360de557825c21a2fc1719750cdb14a7 (patch)
treedb9bc0aa0fd65b92e74de771e44bff954f8f1fa1 /games
parentNew port audio/ogg2mp3 is a perl script that helps creating mp3s from (diff)
Use linux_dri or nvidia-driver rather than linux_mesa3.
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
Notes
Notes: svn path=/head/; revision=139083
Diffstat (limited to 'games')
-rw-r--r--games/linux-virtual-jay-peak/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/linux-virtual-jay-peak/Makefile b/games/linux-virtual-jay-peak/Makefile
index 7a901f884fc6..fff2d9bdbec0 100644
--- a/games/linux-virtual-jay-peak/Makefile
+++ b/games/linux-virtual-jay-peak/Makefile
@@ -15,7 +15,11 @@ DISTNAME= virtual_jay_peak_linux_1_1a
MAINTAINER= jylefort@FreeBSD.org
COMMENT= A simulation of snowboarding at the Jay Peak resort in Vermont
-RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/graphics/linux_mesa3
+.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}/soulride
ONLY_FOR_ARCHS= i386