diff options
author | pav <pav@FreeBSD.org> | 2007-02-02 17:06:25 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-02 17:06:25 +0000 |
commit | 6ab5d7507d35041cbbcfbb95377ef6e754ad9204 (patch) | |
tree | 6e424102f1a24d3051893455ba7c00e3816e15a0 /games/linux-x-plane | |
parent | 3d7be3e6f8d3d3c127d84db202a34207de52a2a7 (diff) | |
download | FreeBSD-ports-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.zip FreeBSD-ports-6ab5d7507d35041cbbcfbb95377ef6e754ad9204.tar.gz |
- Remove support for xfree86-3
PR: ports/106666
Submitted by: vd
With hat: portmgr
Diffstat (limited to 'games/linux-x-plane')
-rw-r--r-- | games/linux-x-plane/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/linux-x-plane/Makefile b/games/linux-x-plane/Makefile index bc4594d..c56492f 100644 --- a/games/linux-x-plane/Makefile +++ b/games/linux-x-plane/Makefile @@ -76,15 +76,11 @@ DESKTOP_ENTRIES="X-Plane Airfoil Maker" \ .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-fetch: @if ! [ -e ${DISTDIR}/${DISTFILES} ]; then \ |