diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-29 09:47:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-29 09:47:27 +0000 |
commit | 4b9f2d5547eb43263569700c330c55b19cc6b586 (patch) | |
tree | e164f07d5b4f88f6bc2413e2b6b56fd3981dc6e2 /devel/Makefile | |
parent | 4995c5200bd153e6d6fb37f3dcfd006ba9e9efad (diff) |
Add ruby-rreadline, a pure Ruby implementation of the Readline
library.
Notes
Notes:
svn path=/head/; revision=44552
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 066512b98c60..458180a21975 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -449,6 +449,7 @@ SUBDIR += ruby-racc SUBDIR += ruby-racc-runtime SUBDIR += ruby-rbison + SUBDIR += ruby-rreadline SUBDIR += ruby-rudl SUBDIR += ruby-sdl SUBDIR += ruby-setup.rb |