summaryrefslogtreecommitdiff
path: root/graphics/ruby-gl
diff options
context:
space:
mode:
authorrh <rh>2000-10-15 12:06:32 +0000
committerrh <rh>2000-10-15 12:06:32 +0000
commited4c7e54fabb723a86ef67fc00c81d2ee9e94119 (patch)
tree0eee75c30193d53eafbe9a0d77fc3c1ecca61373 /graphics/ruby-gl
parent58810cfb32e9e733c3bae69535147bfeef6eb1d7 (diff)
downloadpkgsrc-ed4c7e54fabb723a86ef67fc00c81d2ee9e94119.tar.gz
Use new USE_MESA variable to depend on the correct Mesa packages
Diffstat (limited to 'graphics/ruby-gl')
-rw-r--r--graphics/ruby-gl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-gl/Makefile b/graphics/ruby-gl/Makefile
index abd7e209490..66e06834c18 100644
--- a/graphics/ruby-gl/Makefile
+++ b/graphics/ruby-gl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/04/03 15:35:40 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 2000/10/15 12:06:42 rh Exp $
#
DISTNAME= rbogl
@@ -11,9 +11,9 @@ MAINTAINER= sakamoto@netbsd.org
HOMEPAGE= http://www2.giganet.net/~yoshi/
DEPENDS+= ruby-1.4.*:../../lang/ruby
-DEPENDS+= Mesa-*:../../graphics/Mesa
USE_X11= yes
+USE_MESA= yes
WRKSRC= ${WRKDIR}/ruby-gl
RUBY_VERSION= 1.4
PLIST_SUBST= RUBY_VERSION=${RUBY_VERSION}