aboutsummaryrefslogtreecommitdiff
path: root/graphics/rubygem-opengl
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/rubygem-opengl')
-rw-r--r--graphics/rubygem-opengl/Makefile3
-rw-r--r--graphics/rubygem-opengl/pkg-descr4
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/rubygem-opengl/Makefile b/graphics/rubygem-opengl/Makefile
index b378046e374c..d1fa2d7dd8d5 100644
--- a/graphics/rubygem-opengl/Makefile
+++ b/graphics/rubygem-opengl/Makefile
@@ -3,12 +3,13 @@
PORTNAME= opengl
PORTVERSION= 0.8.0
+PORTEPOCH= 1
CATEGORIES= graphics ruby
MASTER_SITES= RG
DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
-COMMENT= OpenGL/GLU/GLUT interface modules for Ruby
+COMMENT= OpenGL wrapper for Ruby
USE_RUBY= yes
USE_RAKE= yes
diff --git a/graphics/rubygem-opengl/pkg-descr b/graphics/rubygem-opengl/pkg-descr
index 47d63d747265..b01343665965 100644
--- a/graphics/rubygem-opengl/pkg-descr
+++ b/graphics/rubygem-opengl/pkg-descr
@@ -1,4 +1,4 @@
-ruby-opengl consists of Ruby extension modules that are bindings for the
-OpenGL, GLU, and GLUT libraries.
+An OpenGL wrapper for Ruby. ruby-opengl contains bindings for OpenGL and the
+GLU and GLUT libraries.
WWW: http://ruby-opengl.rubyforge.org/