diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 01:17:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 01:17:11 +0000 |
commit | 16407c179877c140d2e4287a2efc79a32bb1e31d (patch) | |
tree | b8b6ac48854a155c29b12bd0787264ed31018700 /mk/bsd.pkg.mk | |
parent | 78e8f45664e3643879ab867fac4bccfa73f9c510 (diff) | |
download | pkgsrc-16407c179877c140d2e4287a2efc79a32bb1e31d.tar.gz |
Remove USE_MESA -- now unused.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index edd4439a5e1..1199c7db63b 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1069 2002/10/20 11:47:04 wiz Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1070 2002/10/21 01:17:11 wiz Exp $ # # This file is in the public domain. # @@ -736,17 +736,6 @@ XPMDIR_DEFAULT= ${X11BASE} . undef __BUILTIN_XPM .endif # USE_XPM -# If USE_MESA is set, depend on Mesa (or Mesa-glx if USE_GLX is defined and -# Mesa/GLX is not included in XFree86) -.if defined(USE_MESA) -. if (defined(USE_GLX) && defined(HAVE_BUILTIN_MESA) && ${HAVE_BUILTIN_MESA} == "NO") -DEPENDS+= Mesa-glx>=20000813:../../graphics/Mesa-glx -. else -DEPENDS+= Mesa>=3.2.1:../../graphics/Mesa -. endif -. undef __BUILTIN_MESA -.endif # USE_MESA - # Check if we got "rman" with XFree86, for packages that need "rman". .if defined(USE_RMAN) . if !exists(${X11BASE}/bin/rman) |