diff options
author | grant <grant> | 2005-02-23 13:04:47 +0000 |
---|---|---|
committer | grant <grant> | 2005-02-23 13:04:47 +0000 |
commit | 6bd743d12792cb0f5fbbd1396961e05b0ba2e93d (patch) | |
tree | a2b1ae7e70904210264fd1415e4b6dc05f0d1954 /graphics | |
parent | 21026ea906dcb7b9c98210ffffbddc2d4ee87813 (diff) | |
download | pkgsrc-6bd743d12792cb0f5fbbd1396961e05b0ba2e93d.tar.gz |
whitespace fix
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/glu/Makefile | 6 | ||||
-rw-r--r-- | graphics/glut/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 3a8d481d641..7d59d0594be 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -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 diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index 4a641a3dc78..c53f968ba86 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -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 |