diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-02 17:06:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-02 17:06:25 +0000 |
commit | 45a085ac121097053e07252c60df65b972d4d74c (patch) | |
tree | 87327f81a78f2fa500bff3fc34f4495e37864806 /games/linux-doom3-demo | |
parent | 620d4f39c35f41046c4023311f01f21e300539df (diff) | |
download | ports-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-doom3-demo')
-rw-r--r-- | games/linux-doom3-demo/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/linux-doom3-demo/Makefile b/games/linux-doom3-demo/Makefile index 9995c4be7162..1ae94ee7b3c7 100644 --- a/games/linux-doom3-demo/Makefile +++ b/games/linux-doom3-demo/Makefile @@ -35,15 +35,11 @@ SUB_LIST= DOOMDIR="${DOOMDIR}" .include <bsd.port.pre.mk> -.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 do-extract: @${MKDIR} ${WRKSRC} |