diff options
author | jmz <jmz@FreeBSD.org> | 2001-02-28 00:35:51 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2001-02-28 00:35:51 +0800 |
commit | f838d7391ab9eea320ff9bae2eccde94e87b63f7 (patch) | |
tree | aa5dee9b8dac506277b0bfd006fc28c1ea018702 /x11 | |
parent | c2efa1b42078cc08550fb1eb1d6a8b17eb51b591 (diff) | |
download | freebsd-ports-gnome-f838d7391ab9eea320ff9bae2eccde94e87b63f7.tar.gz freebsd-ports-gnome-f838d7391ab9eea320ff9bae2eccde94e87b63f7.tar.zst freebsd-ports-gnome-f838d7391ab9eea320ff9bae2eccde94e87b63f7.zip |
Spelling fix.
Submitted by: TOGAWA Satoshi <toga@puyo.org>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure index 44af2053f22c..9cca9d9944a7 100644 --- a/x11/XFree86/scripts/configure +++ b/x11/XFree86/scripts/configure @@ -298,7 +298,7 @@ if [ `sysctl -n kern.osreldate` -ge 300004 -a X`objformat` = Xelf ]; then cat <<'END' Some programs still require a.out X libraries. Most noteable amongst - these is Nestcape, but it is reported to work best with older X libraries. + these is Netscape, but it is reported to work best with older X libraries. You can build a.out libraries here, using the lastest sources and compiler, or you can use the XFree86-aoutlibs port, which installs older a.out compatibility libraries. |