diff options
Diffstat (limited to 'games/linux-rtcw/Makefile')
-rw-r--r-- | games/linux-rtcw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux-rtcw/Makefile b/games/linux-rtcw/Makefile index ffcfd24e36fb..3ce406a1b0c4 100644 --- a/games/linux-rtcw/Makefile +++ b/games/linux-rtcw/Makefile @@ -30,7 +30,7 @@ OPTIONS_DEFINE= DOCS NVIDIA_GL .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNVIDIA_GL} -RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver +RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:x11/nvidia-driver NVIDIA_GL_EXTVER= '__GL_ExtensionStringVersion=18999 ' .else USE_LINUX_APPS+= dri |