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/glut/PLIST | |
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/glut/PLIST')
-rw-r--r-- | graphics/glut/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/glut/PLIST b/graphics/glut/PLIST index c662626ac24..a2c32125aa4 100644 --- a/graphics/glut/PLIST +++ b/graphics/glut/PLIST @@ -1,9 +1,9 @@ -@comment $NetBSD: PLIST,v 1.7 2003/03/30 08:54:39 jmc Exp $ +@comment $NetBSD: PLIST,v 1.8 2003/08/26 01:43:50 jschauma Exp $ include/GL/glut.h include/GL/glutf90.h lib/libglut.so -lib/libglut.so.${SO_SUFFIX} -lib/libglut.so.${SO_VERS} +lib/libglut.so.10 +lib/libglut.so.10.1 lib/libglut.a lib/libglut.la @unexec ${RMDIR} %D/include/GL >/dev/null 2>&1 || ${TRUE} |