From 45a085ac121097053e07252c60df65b972d4d74c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 2 Feb 2007 17:06:25 +0000 Subject: - Remove support for xfree86-3 PR: ports/106666 Submitted by: vd With hat: portmgr --- games/linux-doom3/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'games/linux-doom3') diff --git a/games/linux-doom3/Makefile b/games/linux-doom3/Makefile index a04c7314233f..327b5e9c77d7 100644 --- a/games/linux-doom3/Makefile +++ b/games/linux-doom3/Makefile @@ -32,15 +32,11 @@ SUB_FILES= doom3 doom3-ded pkg-message .include -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .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 -.else -RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so.1:${PORTSDIR}/graphics/linux_glx -.endif .if defined(WITH_NO_CDKEY) PORTVERSION= 1.1.1286 -- cgit v1.2.3