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/dx | |
parent | 26906ea2f72dc403786319c76a96161fcb2073eb (diff) | |
download | pkgsrc-1d8820934cdb54f2e080d6fafccf27a94cca5354.tar.gz |
Use new USE_MESA variable to depend on the correct Mesa packages
Diffstat (limited to 'graphics/dx')
-rw-r--r-- | graphics/dx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |