From 148314483d3098c0d6a33944f1190842e671502f Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 1 Apr 2016 14:00:51 +0000 Subject: Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. With hat: portmgr Sponsored by: Absolight --- games/linux-rtcw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/linux-rtcw') 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 .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 -- cgit