diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-06 11:21:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-06 11:21:47 +0000 |
commit | 1088ced6e12e3ab2fea27ba6799406141b359e98 (patch) | |
tree | 573932a23e389a8a6635682e379cf6d8464d1caa /graphics/Makefile | |
parent | 9135cc6f16f5ed30c02ee6e3c380af70bc822109 (diff) |
Add ruby-tgif, a Ruby extension library to draw Tgif graphics.
Notes
Notes:
svn path=/head/; revision=40941
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 760ea5aee86e..f8574d74556f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -191,6 +191,7 @@ SUBDIR += ruby-ming SUBDIR += ruby-opengl SUBDIR += ruby-qt2gl + SUBDIR += ruby-tgif SUBDIR += s10sh SUBDIR += sane-backends SUBDIR += sane-frontends |