summaryrefslogtreecommitdiff
path: root/graphics/ruby-opengl
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-20 13:28:38 +0000
committerwiz <wiz>2002-10-20 13:28:38 +0000
commit179090bcf250cdacd5eefc8d8070404ff8f68f90 (patch)
treeac7f3049936bf3d331db29bc031cc9c3350a42fc /graphics/ruby-opengl
parenta4b5fa00107fe68a5086a36a6c5357c249e7a85d (diff)
downloadpkgsrc-179090bcf250cdacd5eefc8d8070404ff8f68f90.tar.gz
Convert to buildlink2.
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"