diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:10:35 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:10:35 +0000 |
commit | 77dbcbc11aae661d281adbf79ebabc44b45576db (patch) | |
tree | c9304f409f911c54e1693d7e2e3dbaa75ee5aea4 /graphics/ruby-opengl | |
parent | 433551bc2510b595696a2711b22acd2a69eb17ee (diff) | |
download | pkgsrc-77dbcbc11aae661d281adbf79ebabc44b45576db.tar.gz |
Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
Diffstat (limited to 'graphics/ruby-opengl')
-rw-r--r-- | graphics/ruby-opengl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index 47f8c88487a..e415b054e51 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2002/10/20 13:28:38 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/09 19:17:57 jschauma Exp $ # FreeBSD: ports/graphics/ruby-opengl/Makefile,v 1.4 2000/09/26 08:01:58 knu Exp DISTNAME= rbogl-${VERSION} PKGNAME= ${RUBY_PKGNAMEPREFIX}opengl-${VERSION:S/b$/.2/} +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www2.giganet.net/~yoshi/ EXTRACT_SUFX= .tgz |