aboutsummaryrefslogtreecommitdiff
path: root/games/linux-quake3-demo
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
commit45a085ac121097053e07252c60df65b972d4d74c (patch)
tree87327f81a78f2fa500bff3fc34f4495e37864806 /games/linux-quake3-demo
parent620d4f39c35f41046c4023311f01f21e300539df (diff)
downloadports-45a085ac121097053e07252c60df65b972d4d74c.tar.gz
ports-45a085ac121097053e07252c60df65b972d4d74c.zip
- Remove support for xfree86-3
PR: ports/106666 Submitted by: vd With hat: portmgr
Notes
Notes: svn path=/head/; revision=183965
Diffstat (limited to 'games/linux-quake3-demo')
-rw-r--r--games/linux-quake3-demo/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/games/linux-quake3-demo/Makefile b/games/linux-quake3-demo/Makefile
index a1054ded0a2d..f99d34f908f3 100644
--- a/games/linux-quake3-demo/Makefile
+++ b/games/linux-quake3-demo/Makefile
@@ -49,17 +49,12 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${X_WINDOW_SYSTEM:L} != xfree86-3
-. ifdef(WITH_NVIDIA_GL)
+.ifdef(WITH_NVIDIA_GL)
GL_LIB= ${LINUXBASE}/usr/lib/libGL.so.1
GL_PORT= x11/nvidia-driver
-. else
+.else
GL_LIB= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1
GL_PORT= graphics/linux_dri
-. endif
-.else
-GL_LIB= ${LINUXBASE}/lib/libGL.so
-GL_PORT= graphics/linux_glx
.endif
RUN_DEPENDS+= ${GL_LIB}:${PORTSDIR}/${GL_PORT}