diff options
author | snj <snj@pkgsrc.org> | 2004-02-21 07:07:34 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-21 07:07:34 +0000 |
commit | e8dff533d4dd3717e23b622a59079c44c93dc4d8 (patch) | |
tree | 1366ffb9ed3686d4b504efcd11cd47494a225ada /graphics/glu | |
parent | 36f2c9c6e30832e044424639f56c5299d2ad43fa (diff) | |
download | pkgsrc-e8dff533d4dd3717e23b622a59079c44c93dc4d8.tar.gz |
s/tesselation/tessellation/
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/DESCR | 6 | ||||
-rw-r--r-- | graphics/glu/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/glu/DESCR b/graphics/glu/DESCR index ba2f5dc3411..1c9542961f1 100644 --- a/graphics/glu/DESCR +++ b/graphics/glu/DESCR @@ -1,9 +1,9 @@ -This is the GLU polygon tesselation facility for Mesa implemented by Bogdan -Sikorski. The tesselation module is provided under the same terms as the +This is the GLU polygon tessellation facility for Mesa implemented by Bogdan +Sikorski. The tessellation module is provided under the same terms as the Mesa package. This software tries to be fully compliant with the OpenGL routines. By -"tries" I mean that up to my knowledge it behaves as OpenGL tesselation +"tries" I mean that up to my knowledge it behaves as OpenGL tessellation routines. However, the author makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. Those who want a licensed implementation of OpenGL should contact a licensed diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 16e9fd0258b..2d743ffc637 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2004/02/11 02:03:41 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2004/02/21 07:07:34 snj Exp $ # PKGNAME= ${DISTNAME:C/MesaLib/glu/} -COMMENT= GLU polygon tesselation facility for Mesa +COMMENT= GLU polygon tessellation facility for Mesa CONFLICTS+= Mesa-glx-[0-9]* CONFLICTS+= Mesa<3.2.1 |