diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-28 18:41:03 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-28 18:41:03 +0000 |
commit | 4a8261aac4db6e31105018abefe874933659338e (patch) | |
tree | 4a43d412942d3996a2d1d3e07d60852ea06c26c3 /graphics/glut/Makefile | |
parent | 614bf125626dbaed726398ba4302e75054bac318 (diff) | |
download | pkgsrc-4a8261aac4db6e31105018abefe874933659338e.tar.gz |
As suggested by Ron Roskens in PR pkg/23489 (closing that PR):
use si-glu sources to build a libGLU that includes GLU Polygon Tessellator
functions and use this new functionality in MesaDemos.
Bump PKGREVISIONs.
Diffstat (limited to 'graphics/glut/Makefile')
-rw-r--r-- | graphics/glut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index 6692bac31d1..97c72f30e0c 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2003/11/18 16:10:56 jschauma Exp $ +# $NetBSD: Makefile,v 1.23 2003/11/28 18:41:03 jschauma Exp $ PKGNAME= ${DISTNAME:S/MesaLib/glut/} -PKGREVISION= 2 +PKGREVISION= 3 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= ${DISTNAME:S/MesaLib/MesaDemos/}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//} |