diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-31 10:25:18 +0800 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-31 10:25:18 +0800 |
commit | 029c20540cc485ce33fbabca8a721f5298d5b28d (patch) | |
tree | e24fdd63f3efd5702bb98c641368bbfb7787b6b6 | |
parent | b6ceec520abc5800fd50f5af8ec8daedb139fe79 (diff) | |
download | freebsd-ports-gnome-029c20540cc485ce33fbabca8a721f5298d5b28d.tar.gz freebsd-ports-gnome-029c20540cc485ce33fbabca8a721f5298d5b28d.tar.zst freebsd-ports-gnome-029c20540cc485ce33fbabca8a721f5298d5b28d.zip |
Add bit about XFREE86_VERSION=4 in /etc/make.conf
PR: 28380
Submitted by: edwin@mavetju.org
-rw-r--r-- | x11/XFree86-4/pkg-message | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/XFree86-4/pkg-message b/x11/XFree86-4/pkg-message index ea2e24612085..9277fe4349a2 100644 --- a/x11/XFree86-4/pkg-message +++ b/x11/XFree86-4/pkg-message @@ -3,3 +3,6 @@ * This is suitable for use with xdm, but not with a startx script. * * If you need to use a startx script, install the x11/wrapper package. * ************************************************************************ +* If XFree86-4 is not a basic part of your operating system, add the * +* following line to /etc/make.conf: XFREE86_VERSION=4 * +************************************************************************ |