diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-10 12:24:31 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-10 12:24:31 +0000 |
commit | c8cde5212282b51832fe70d040583df827ac6ce9 (patch) | |
tree | 78af409777ce8d74271704fe39e94a18f0fca36b | |
parent | VIQR<->VISCII conversion and VISCII ctype-like routines (diff) |
Oops. I forgot to update Makefile when I moved ruby-runit to
ruby-unit.
Notes
Notes:
svn path=/head/; revision=38171
-rw-r--r-- | devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0627c73d807d..4a088b9b2090 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -358,10 +358,10 @@ SUBDIR += ruby-racc SUBDIR += ruby-racc-runtime SUBDIR += ruby-rbison - SUBDIR += ruby-runit SUBDIR += ruby-slang SUBDIR += ruby-strscan SUBDIR += ruby-textbuf + SUBDIR += ruby-unit SUBDIR += rvm SUBDIR += sdcc SUBDIR += sdl |