summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-05 06:16:38 +0000
committerjlam <jlam>2004-01-05 06:16:38 +0000
commitfc6bc541bbf567d07fbadcff812b66c919704cd3 (patch)
tree30b75afa180c09313177ea73400f667eba83bb1b /graphics/Mesa
parentc3697ea2bb05e293cfd3b569c2d3d4fefa1bb368 (diff)
downloadpkgsrc-fc6bc541bbf567d07fbadcff812b66c919704cd3.tar.gz
Whitespace
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/version.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/Mesa/version.mk b/graphics/Mesa/version.mk
index e58baa0662a..3450c844c38 100644
--- a/graphics/Mesa/version.mk
+++ b/graphics/Mesa/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.3 2003/10/05 21:52:42 atatat Exp $
+# $NetBSD: version.mk,v 1.4 2004/01/05 06:16:38 jlam Exp $
#
# This file computes the version number of the Mesa distributed with
# XFree86 and stores it in ${_MESA_VERSION}.
@@ -15,16 +15,16 @@ MESA_VERSION= 5.0.2
_GL_GLEXT_H= ${X11BASE}/include/GL/glext.h
_MESA_GL_VERSIONS= 1.2 1.3 1.4
.for _glvers_ in ${_MESA_GL_VERSIONS}
-.if !exists(${_GL_GLEXT_H})
+. if !exists(${_GL_GLEXT_H})
_MESA_GL_VERSION_${_glvers_}= NO
-.else
+. else
_MESA_GL_VERSION_${_glvers_}!= \
if ${EGREP} -q "\#define[ ]*GL_VERSION_${_glvers_:S/./_/}[ ]*1" ${_GL_GLEXT_H}; then \
${ECHO} YES; \
else \
${ECHO} NO; \
fi
-.endif
+. endif
.endfor
#
# According to the Mesa documentation, for stable releases: