whitespace fix
This commit is contained in:
parent
5ec23ea593
commit
12cd809a9d
2 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.37 2004/10/31 00:53:10 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2005/02/23 13:04:47 grant Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:C/MesaLib/glu/}
|
||||
COMMENT= GLU polygon tessellation facility for Mesa
|
||||
|
@ -8,8 +8,8 @@ CONFLICTS+= Mesa<3.2.1
|
|||
|
||||
.include "../Mesa/Makefile.common"
|
||||
|
||||
USE_LANGUAGES= c c++
|
||||
MESA_REQD+= ${MESA_VERSION}
|
||||
USE_LANGUAGES= c c++
|
||||
MESA_REQD+= ${MESA_VERSION}
|
||||
|
||||
INSTLIBS= ${WRKSRC}/src/glu/sgi/libGLU.la
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.34 2004/10/31 00:53:10 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.35 2005/02/23 13:05:52 grant Exp $
|
||||
|
||||
PKGNAME= ${DISTNAME:S/MesaLib/glut/}
|
||||
COMMENT= GLUT Graphics library similar to SGI's OpenGL
|
||||
|
@ -8,7 +8,7 @@ CONFLICTS+= Mesa<3.2.1
|
|||
|
||||
.include "../Mesa/Makefile.common"
|
||||
|
||||
MESA_REQD+= ${MESA_VERSION}
|
||||
MESA_REQD+= ${MESA_VERSION}
|
||||
|
||||
INSTLIBS= ${WRKSRC}/src/glut/glx/libglut.la
|
||||
|
||||
|
|
Loading…
Reference in a new issue