webapps.mason: fix typo
parent
11d716e8f7
commit
09eb06ad94
|
@ -135,10 +135,10 @@ CONSTANT: cpus
|
||||||
: requirements ( builder -- xml )
|
: requirements ( builder -- xml )
|
||||||
[
|
[
|
||||||
os>> {
|
os>> {
|
||||||
{ "winnt" "Windows XP (also tested on Vista)" }
|
{ "winnt" "Windows XP, Windows Vista or Windows 7" }
|
||||||
{ "macosx" "Mac OS X 10.5 Leopard" }
|
{ "macosx" "Mac OS X 10.5 Leopard" }
|
||||||
{ "linux" "Ubuntu Linux 9.04 (other distributions may also work)" }
|
{ "linux" "Ubuntu Linux 9.04 (other distributions may also work)" }
|
||||||
{ "freebsd" "FreeBSD 7.0" }
|
{ "freebsd" "FreeBSD 7.1" }
|
||||||
{ "netbsd" "NetBSD 5.0" }
|
{ "netbsd" "NetBSD 5.0" }
|
||||||
{ "openbsd" "OpenBSD 4.4" }
|
{ "openbsd" "OpenBSD 4.4" }
|
||||||
} at
|
} at
|
||||||
|
|
Loading…
Reference in New Issue