summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-20 22:13:10 +0000
committerjlam <jlam>2005-06-20 22:13:10 +0000
commit4a5a9f1adfbda744a23e523a29e983114dc1e4df (patch)
tree2a1b11db8ff0f9505f182de76a8d3d633f711aa4 /graphics
parent5ba7ed28b0879e35935b8b3a5bb03d6ef4e40719 (diff)
downloadpkgsrc-4a5a9f1adfbda744a23e523a29e983114dc1e4df.tar.gz
Fix variable names to start with "BUILTIN_FILES_" as expected by the
find-files.mk fragment. This fixes the version number detection for Mesa, XFree86, and X.org.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Mesa/version.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/Mesa/version.mk b/graphics/Mesa/version.mk
index 4ec62dfb63a..be4d3a8a2b4 100644
--- a/graphics/Mesa/version.mk
+++ b/graphics/Mesa/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.11 2005/06/01 18:02:54 jlam Exp $
+# $NetBSD: version.mk,v 1.12 2005/06/20 22:13:10 jlam Exp $
#
# This file computes the version number of the Mesa distributed with
# XFree86 and stores it in ${BUILTIN_VERSION.Mesa}.
@@ -6,8 +6,8 @@
# NOTE: This file should only be used by the Mesa-related builtin.mk files.
#
-BUILTIN_FILES_VAR:= H_MESA
-BUILTIN_FILES.H_MESA= ${X11BASE}/include/GL/gl.h
+BUILTIN_FIND_FILES_VAR:= H_MESA
+BUILTIN_FIND_FILES.H_MESA= ${X11BASE}/include/GL/gl.h
.include "../../mk/buildlink3/find-files.mk"
.if !defined(BUILTIN_VERSION.Mesa) && exists(${H_MESA})