diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-01-04 00:17:30 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-01-04 00:17:30 +0800 |
commit | 38c3bf15c4060a7bc0764650cde61595f2b48366 (patch) | |
tree | 680b6f4bcc802b21af80fbe3b8b1222805b76c2e /lang/Makefile | |
parent | 442daef715cd36c8299e2993a1cde06b316639c1 (diff) | |
download | freebsd-ports-gnome-38c3bf15c4060a7bc0764650cde61595f2b48366.tar.gz freebsd-ports-gnome-38c3bf15c4060a7bc0764650cde61595f2b48366.tar.zst freebsd-ports-gnome-38c3bf15c4060a7bc0764650cde61595f2b48366.zip |
Add Clozure CL, a free Common Lisp implementation that can be
bootstrapped from C code alone.
Unfortunately this port does not support CPUs without the SSE2
instruction set, and will fail to build with a diagnostic message
in those cases. Supported FreeBSD architectures are i386 and amd64.
pkg-descr contains a quick description of the main Clozure CL
features.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 4993496794e0..2c13278f8349 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -21,6 +21,7 @@ SUBDIR += bsh SUBDIR += bwbasic SUBDIR += caml-light + SUBDIR += ccl SUBDIR += ccscript SUBDIR += cduce SUBDIR += cfortran |