pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics whitespace fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffa5ca30c4be
branches:  trunk
changeset: 489549:ffa5ca30c4be
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Feb 23 13:04:47 2005 +0000

description:
whitespace fix

diffstat:

 graphics/glu/Makefile  |  6 +++---
 graphics/glut/Makefile |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 12e832a5f265 -r ffa5ca30c4be graphics/glu/Makefile
--- a/graphics/glu/Makefile     Wed Feb 23 12:14:46 2005 +0000
+++ b/graphics/glu/Makefile     Wed Feb 23 13:04:47 2005 +0000
@@ -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 @@
 
 .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 -r 12e832a5f265 -r ffa5ca30c4be graphics/glut/Makefile
--- a/graphics/glut/Makefile    Wed Feb 23 12:14:46 2005 +0000
+++ b/graphics/glut/Makefile    Wed Feb 23 13:04:47 2005 +0000
@@ -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 @@
 
 .include "../Mesa/Makefile.common"
 
-MESA_REQD+=            ${MESA_VERSION}
+MESA_REQD+=    ${MESA_VERSION}
 
 INSTLIBS=      ${WRKSRC}/src/glut/glx/libglut.la
 



Home | Main Index | Thread Index | Old Index