summaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl/Makefile
diff options
context:
space:
mode:
authortaca <taca>2005-11-03 05:29:03 +0000
committertaca <taca>2005-11-03 05:29:03 +0000
commit524a0f1e62568b9d1e63e3d74f17712bd8267298 (patch)
tree988e1388c5acb3c83859c1c427679052d3afc2df /graphics/ruby-opengl/Makefile
parent819430b4e1669a7567bd335c2dd18a3b2fc48358 (diff)
downloadpkgsrc-524a0f1e62568b9d1e63e3d74f17712bd8267298.tar.gz
Update graphics/ruby-opengl package to 0.32g.
2004-07-17 <yoshi@giganet.net> * fixed marks callback function (thanks patch: nobu.nokada@softhome.net)
Diffstat (limited to 'graphics/ruby-opengl/Makefile')
-rw-r--r--graphics/ruby-opengl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile
index 2d590e45eac..674209dece7 100644
--- a/graphics/ruby-opengl/Makefile
+++ b/graphics/ruby-opengl/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2005/06/01 18:02:57 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/11/03 05:29:03 taca Exp $
DISTNAME= rbogl-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-opengl-${VERSION}
-PKGREVISION= 2
CATEGORIES= graphics ruby
MASTER_SITES= http://www2.giganet.net/~yoshi/
@@ -13,7 +12,7 @@ COMMENT= OpenGL/GLU/GLUT interface modules for Ruby
RUBY_HAS_ARCHLIB= yes
USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/opengl-${VERSION}
-VERSION= 0.32f
+VERSION= 0.32g
INSTALL_TARGET= site-install
CONFIGURE_ARGS+= --with-ruby-dir="${LOCALBASE}" \
--with-x11-dir="${X11BASE}"