diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-03-14 12:31:05 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-03-14 12:31:05 +0000 |
commit | 6c3ac2cd32b1d018a39d5808a4b9ce80977aa285 (patch) | |
tree | 398be164dcede79d8d3a06eec36a867b621ecd52 /lang/Makefile | |
parent | efffee199250df60818b6c331b8f473e4cdf3d73 (diff) |
Add s9fes 20090311, a simple and comprehensible Scheme interpreter.
PR: ports/131998
Submitted by: Nils M Holm <nmh at t3x.org>
Notes
Notes:
svn path=/head/; revision=230036
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 67e3ccc96a8a..87ff1d7084d0 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -285,6 +285,7 @@ SUBDIR += ruby-usersguide SUBDIR += ruby18 SUBDIR += ruby19 + SUBDIR += s9fes SUBDIR += sather-specification SUBDIR += sather-tutorial SUBDIR += sbcl |