diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-26 16:47:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-26 16:47:08 +0000 |
commit | c178b6f17cb88cca28fd34437a227ce03178b05c (patch) | |
tree | deb13349e5c8972cd5b36e0d46c55d4823cfc75c /devel/Makefile | |
parent | Update to version 0.7.98.3. (diff) |
Add ruby-sdl, a Ruby extension library to use SDL library. Currently
3D features are unsupported.
SGE support will be enabled after SGE is ported.
Notes
Notes:
svn path=/head/; revision=40401
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 46da4a09c923..636bd22a7611 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -383,6 +383,7 @@ SUBDIR += ruby-racc SUBDIR += ruby-racc-runtime SUBDIR += ruby-rbison + SUBDIR += ruby-sdl SUBDIR += ruby-slang SUBDIR += ruby-strscan SUBDIR += ruby-textbuf |