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/glu/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/glu/Makefile')
-rw-r--r-- | graphics/glu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index d85378741f2..1dc8a22e965 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2003/11/18 16:10:56 jschauma Exp $ +# $NetBSD: Makefile,v 1.22 2003/11/28 18:41:03 jschauma Exp $ PKGNAME= ${DISTNAME:C/MesaLib/glu/} -PKGREVISION= 2 +PKGREVISION= 3 WRKSRC= ${WRKDIR}/${DISTNAME:C/Lib//} MAINTAINER= rh@NetBSD.org COMMENT= GLU polygon tesselation facility for Mesa @@ -13,7 +13,7 @@ CONFLICTS+= Mesa<3.2.1 USE_BUILDLINK2= yes USE_X11BASE= yes -BUILD_DIRS= ${WRKSRC}/src-glu +BUILD_DIRS= ${WRKSRC}/si-glu .include "../../mk/bsd.prefs.mk" |