diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-03-18 19:55:26 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-03-18 19:55:26 +0000 |
commit | 1db2d120a0692bd69357bd7b874f03653b4fc6db (patch) | |
tree | 8c738acb8aff90ecd288bced95150b2ffb314fdb /graphics/Makefile | |
parent | d9d0d7edff4da0b641858625452406d81b631112 (diff) |
ruby-opengl consists of Ruby extension modules that are bindings for the
OpenGL, GLU, and GLUT libraries.
WWW: http://ruby-opengl.rubyforge.org/
Notes
Notes:
svn path=/head/; revision=271282
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 a0d4f8ad14c6..59039826abec 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -871,6 +871,7 @@ SUBDIR += rubygem-imagesize SUBDIR += rubygem-image_science SUBDIR += rubygem-objectdetect + SUBDIR += rubygem-opengl SUBDIR += rubygem-railroad SUBDIR += rubygem-scruffy SUBDIR += rubygem-turing |