summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam>2005-04-30 02:16:12 +0000
committerjlam <jlam>2005-04-30 02:16:12 +0000
commit77212e253e8cbdcaff33c8ba472cf5b38dfc2ec8 (patch)
treef430c7f82d8af53c706142b6aa56f2f93b9e1522 /graphics
parent18df23282d00529aac911f3a00d2d324e21f4eb5 (diff)
downloadpkgsrc-77212e253e8cbdcaff33c8ba472cf5b38dfc2ec8.tar.gz
We don't need egrep since we're using a basic RE.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Mesa/version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/version.mk b/graphics/Mesa/version.mk
index e65b21fb8e2..ee9c85049e2 100644
--- a/graphics/Mesa/version.mk
+++ b/graphics/Mesa/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.9 2004/04/11 19:26:01 jschauma Exp $
+# $NetBSD: version.mk,v 1.10 2005/04/30 02:16:12 jlam Exp $
#
# This file computes the version number of the Mesa distributed with
# XFree86 and stores it in ${_MESA_VERSION}.
@@ -17,7 +17,7 @@ _MESA_GL_VERSIONS= 1.2 1.3 1.4 1.5
_MESA_GL_VERSION_${_glvers_}?= no
. if exists(${_GL_GL_H})
_MESA_GL_VERSION_${_glvers_}!= \
- if ${EGREP} "\#define[ ]*GL_VERSION_${_glvers_:S/./_/}[ ]*1" ${_GL_GL_H} >/dev/null 2>&1; then \
+ if ${GREP} "\#define[ ]*GL_VERSION_${_glvers_:S/./_/}[ ]*1" ${_GL_GL_H} >/dev/null 2>&1; then \
${ECHO} "yes"; \
else \
${ECHO} "no"; \