summaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ruby-opengl')
-rw-r--r--graphics/ruby-opengl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile
index 733c75a6ff9..47f8c88487a 100644
--- a/graphics/ruby-opengl/Makefile
+++ b/graphics/ruby-opengl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/01/20 03:54:56 taca Exp $
+# $NetBSD: Makefile,v 1.4 2002/10/20 13:28:38 wiz Exp $
# FreeBSD: ports/graphics/ruby-opengl/Makefile,v 1.4 2000/09/26 08:01:58 knu Exp
DISTNAME= rbogl-${VERSION}
@@ -13,7 +13,7 @@ COMMENT= OpenGL/GLU/GLUT interface modules for Ruby
VERSION= 0.32b
DIST_SUBDIR= ruby
-USE_MESA= yes
+USE_BUILDLINK2= yes
USE_X11= yes
USE_RUBY_EXTCONF= yes
@@ -30,5 +30,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${RUBY_DOCDIR}/opengl
${INSTALL_DATA} ${WRKSRC}/README.EUC ${RUBY_DOCDIR}/opengl/README.ja
+.include "../../graphics/Mesa/buildlink2.mk"
+.include "../../lang/ruby-base/buildlink2.mk"
.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"