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 | |
parent | 26906ea2f72dc403786319c76a96161fcb2073eb (diff) | |
download | pkgsrc-1d8820934cdb54f2e080d6fafccf27a94cca5354.tar.gz |
Use new USE_MESA variable to depend on the correct Mesa packages
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/clanlib/Makefile | 4 | ||||
-rw-r--r-- | graphics/dx/Makefile | 4 | ||||
-rw-r--r-- | graphics/giram/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-gl/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile index 221df526636..7c5960606f3 100644 --- a/graphics/clanlib/Makefile +++ b/graphics/clanlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/03/21 22:40:52 tron Exp $ +# $NetBSD: Makefile,v 1.11 2000/10/15 12:06:35 rh Exp $ DISTNAME= ClanLib-0.2.2 CATEGORIES= graphics games devel x11 @@ -8,11 +8,11 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/ DEPENDS+= Hermes-1.2.6*:../../graphics/hermes -DEPENDS+= Mesa-*:../../graphics/Mesa DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= pth-*:../../devel/pth USE_X11BASE= yes +USE_MESA= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_PERL5= yes diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile index 96901fa156a..579bc33567b 100644 --- a/graphics/dx/Makefile +++ b/graphics/dx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/04/28 15:27:00 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2000/10/15 12:06:36 rh Exp $ DISTNAME= dx-4.1.0 CATEGORIES= graphics @@ -7,10 +7,10 @@ MASTER_SITES= http://www.research.ibm.com/dx/srcDownload/srcArchive/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.research.ibm.com/dx/ -DEPENDS+= Mesa-*:../../graphics/Mesa DEPENDS+= jpeg-6b:../../graphics/jpeg USE_MOTIF= yes +USE_MESA= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 094a7c1e115..9436024e229 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/07/15 20:39:20 agc Exp $ +# $NetBSD: Makefile,v 1.13 2000/10/15 12:06:41 rh Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/06/19 17:38:24 cpiazza Exp $ DISTNAME= Giram-0.1.2 @@ -9,12 +9,12 @@ MASTER_SITES= ftp://ftp.minet.net/pub/giram/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.minet.net/giram/ -DEPENDS+= Mesa-*:../../graphics/Mesa DEPENDS+= esound-*:../../audio/esound DEPENDS+= gnome-libs-*:../../x11/gnome-libs DEPENDS+= povray-*:../../graphics/povray USE_X11= yes +USE_MESA= yes USE_GMAKE= yes GNU_CONFIGURE= yes 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} |