summaryrefslogtreecommitdiff
path: root/x11-servers/xorg-printserver
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-23 23:46:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-23 23:46:02 +0000
commitb73a79a29d857b6ee605d99d7faab7f6175e2e29 (patch)
treef8e0a3010acfea07a17472fec244d6e8c1247937 /x11-servers/xorg-printserver
parent- Add a check to prevent installation to wrong X distribution, as seen (diff)
- Extend IGNORE message, point users to instructions how to switch
from XFree86-4 to X.Org. Approved by: anholt (x11 hat)
Notes
Notes: svn path=/head/; revision=114533
Diffstat (limited to 'x11-servers/xorg-printserver')
-rw-r--r--x11-servers/xorg-printserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-servers/xorg-printserver/Makefile b/x11-servers/xorg-printserver/Makefile
index 80f6cc07dc3a..8f9b8943b59e 100644
--- a/x11-servers/xorg-printserver/Makefile
+++ b/x11-servers/xorg-printserver/Makefile
@@ -28,6 +28,6 @@ XMAN_DIRS= programs/Xserver
.include "${.CURDIR}/../../x11-servers/xorg-server/Makefile.inc"
.include <bsd.port.pre.mk>
.if ${X_WINDOW_SYSTEM:L} != xorg
-IGNORE= is part of X.Org
+IGNORE= is part of X.Org. For switching to X.Org, read UPDATING entry 20040723
.endif
.include <bsd.port.post.mk>