diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:04:52 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-09 19:04:52 +0000 |
commit | 12c7eda41d630e275513393f9feb5613e4f4f792 (patch) | |
tree | ee5c914c7d457e01b0bd94e6f702794c79bbc86e /graphics/glu/PLIST | |
parent | 5f3508ddf87806beb2939b4b79a6b4f97410d28e (diff) | |
download | pkgsrc-12c7eda41d630e275513393f9feb5613e4f4f792.tar.gz |
Update Mesa and friends to version 5.0, using patches provided in PR pkg/19302.
At the same time, move Mesa and friends to LOCALBASE rather than X11BASE, so
that they can be installed regardless of XF version. Introduce MESA_REQD variable
that can be set to 5.0, thus allowing systems with XF4 to indicate that the
provided version is not good enough.
All packages using Mesa, MesaLib, glu or glut will get a PKGREVISION bump
over the next few days.
Diffstat (limited to 'graphics/glu/PLIST')
-rw-r--r-- | graphics/glu/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/glu/PLIST b/graphics/glu/PLIST index 92d560b3302..bbe94c3d55f 100644 --- a/graphics/glu/PLIST +++ b/graphics/glu/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2002/12/06 17:03:24 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/03/09 19:04:54 jschauma Exp $ include/GL/glu.h include/GL/glu_mangle.h lib/libGLU.so -lib/libGLU.so.3 -lib/libGLU.so.3.4 +lib/libGLU.so.2 +lib/libGLU.so.2.500 lib/libGLU.a lib/libGLU.la @unexec ${RMDIR} %D/include/GL >/dev/null 2>&1 || ${TRUE} |