aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-07-13 21:44:31 +0800
committerjylefort <jylefort@FreeBSD.org>2005-07-13 21:44:31 +0800
commit5a1054eabc2a52aa9b3fb1f30f880eee436740b1 (patch)
tree3e26e5bd06dbb9739673c7bed5ba38dfdf041add /games
parenta7e2dc60a414d37ff52b1627b92736cfc4e698f0 (diff)
downloadfreebsd-ports-gnome-5a1054eabc2a52aa9b3fb1f30f880eee436740b1.tar.gz
freebsd-ports-gnome-5a1054eabc2a52aa9b3fb1f30f880eee436740b1.tar.zst
freebsd-ports-gnome-5a1054eabc2a52aa9b3fb1f30f880eee436740b1.zip
Use linux_dri or nvidia-driver rather than linux_mesa3.
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
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