diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-03-07 21:47:50 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-03-07 21:47:50 +0000 |
commit | 836aebde5babd8b8701f585f03b775ebfc41a564 (patch) | |
tree | f990d2d5c21cdbac2e187df45b68fcc8e5d5353a /x11/xorg | |
parent | Update to 1.0003 (diff) |
Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.
PR: ports/119418
Submitted by: flz
Approved by: portmgr (pav)
Diffstat (limited to 'x11/xorg')
-rw-r--r-- | x11/xorg/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x11/xorg/Makefile b/x11/xorg/Makefile index 66267f1adb20..f02f5f3885c7 100644 --- a/x11/xorg/Makefile +++ b/x11/xorg/Makefile @@ -62,10 +62,4 @@ DEPENDS_TARGET="package" RUN_DEPENDS+= ${X11BASE}/bin/Xorg:${PORTSDIR}/x11-servers/xorg-server .endif -.if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= is part of X.Org and you have ${X_WINDOW_SYSTEM} set for X11\ - distribution. See The X Window System and Virtual Consoles chapter\ - of FAQ for more information -.endif - .include <bsd.port.post.mk> |