diff options
author | rh <rh@pkgsrc.org> | 2000-10-15 12:06:32 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-15 12:06:32 +0000 |
commit | 1d8820934cdb54f2e080d6fafccf27a94cca5354 (patch) | |
tree | 0eee75c30193d53eafbe9a0d77fc3c1ecca61373 /graphics/ruby-gl | |
parent | 26906ea2f72dc403786319c76a96161fcb2073eb (diff) | |
download | pkgsrc-1d8820934cdb54f2e080d6fafccf27a94cca5354.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/Makefile | 4 |
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} |