diff options
author | pav <pav@FreeBSD.org> | 2007-02-03 01:06:25 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-03 01:06:25 +0800 |
commit | 6ab5d7507d35041cbbcfbb95377ef6e754ad9204 (patch) | |
tree | 6e424102f1a24d3051893455ba7c00e3816e15a0 /games/atitd | |
parent | 3d7be3e6f8d3d3c127d84db202a34207de52a2a7 (diff) | |
download | freebsd-ports-gnome-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.tar.gz freebsd-ports-gnome-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.tar.zst freebsd-ports-gnome-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.zip |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
Diffstat (limited to 'games/atitd')
-rw-r--r-- | games/atitd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/atitd/Makefile b/games/atitd/Makefile index 570eae34cc7e..10ca373f3322 100644 --- a/games/atitd/Makefile +++ b/games/atitd/Makefile @@ -21,15 +21,11 @@ RUN_DEPENDS= ${X11BASE}/bin/xhost:${X_CLIENTS_PORT} .include <bsd.port.pre.mk> -.if ${X_WINDOW_SYSTEM:L} != xfree86-3 .ifdef(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:${PORTSDIR}/graphics/linux_glx -.endif PLIST_FILES= bin/atitd USE_LINUX= yes |