diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-08-26 01:43:48 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-08-26 01:43:48 +0000 |
commit | dae7bb904227ae386af4dd554a5ac361a15b5ddc (patch) | |
tree | f140f06de4c7c70760a39202e8a58d32c2b1d16a /graphics/Mesa/Makefile | |
parent | 69f1895e6917dd1439a44140a3a34a7f28dcceb3 (diff) | |
download | pkgsrc-dae7bb904227ae386af4dd554a5ac361a15b5ddc.tar.gz |
Finally remove support of Mesa 3.4.1 completely as discussed at length
on tech-pkg@ at various times. This means that regardless of what kind of
GL support comes with X11, if a package depends on GL, Mesa 5.0.1 (or higher)
will be installed into ${LOCALBASE}.
Some troubleshooting after the latest patches by Krister Walfridsson.
Diffstat (limited to 'graphics/Mesa/Makefile')
-rw-r--r-- | graphics/Mesa/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 841e75a3ad4..c00e8b49422 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2003/07/17 21:39:58 grant Exp $ +# $NetBSD: Makefile,v 1.51 2003/08/26 01:43:51 jschauma Exp $ # PKGNAME= Mesa-${MESA_VERSION} @@ -20,8 +20,6 @@ NO_CONFIGURE= yes NO_BUILD= yes EXTRACT_ONLY= # empty -MAKEFLAGS+= MESA_REQD=${MESA_REQD} - do-install: # empty .include "../../graphics/MesaLib/buildlink2.mk" |