Use linux_dri or nvidia-driver rather than linux_mesa3.
Submitted by: Ulrich Spoerlein <spoerlein@informatik.uni-wuerzburg.de>
This commit is contained in:
parent
d251df41e3
commit
e0cf034d36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139083
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user