diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-02-28 00:35:51 +0800 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2001-02-28 00:35:51 +0800 |
commit | 8711c56540d38b1948b2de88e780e90b85199736 (patch) | |
tree | 6e1a0a759cc2bb14e22d345ae1f23f3851faef80 /x11 | |
parent | 0387f8103626c3be55adc4369c9a97793d933922 (diff) | |
download | freebsd-ports-gnome-8711c56540d38b1948b2de88e780e90b85199736.tar.gz freebsd-ports-gnome-8711c56540d38b1948b2de88e780e90b85199736.tar.zst freebsd-ports-gnome-8711c56540d38b1948b2de88e780e90b85199736.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. |