diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-20 22:13:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-20 22:13:10 +0000 |
commit | abdc155ccda7add3b641183ee027754680337475 (patch) | |
tree | 2a1b11db8ff0f9505f182de76a8d3d633f711aa4 /x11 | |
parent | 6fafd10693bf2df3160a82eb60c6c822ddbbeaaf (diff) | |
download | pkgsrc-abdc155ccda7add3b641183ee027754680337475.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 'x11')
-rw-r--r-- | x11/XFree86-libs/version.mk | 8 | ||||
-rw-r--r-- | x11/xorg-libs/version.mk | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11/XFree86-libs/version.mk b/x11/XFree86-libs/version.mk index dace44d7750..cd5fbc70e28 100644 --- a/x11/XFree86-libs/version.mk +++ b/x11/XFree86-libs/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.1 2005/06/01 18:03:27 jlam Exp $ +# $NetBSD: version.mk,v 1.2 2005/06/20 22:13:10 jlam Exp $ # # This Makefile fragment is included by Makefiles that need to access # the X11_TYPE and version number of a XFree86 distribution. @@ -14,9 +14,9 @@ BUILTIN_X11_TYPE.XFree86= XFree86 -BUILTIN_FILES_VAR:= CF_XFREE86 CF_XFREE86_VERSION -BUILTIN_FILES.CF_XFREE86= ${X11BASE}/lib/X11/config/xfree86.cf -BUILTIN_FILES.CF_XFREE86_VERSION= ${X11BASE}/lib/X11/config/version.def +BUILTIN_FIND_FILES_VAR:= CF_XFREE86 CF_XFREE86_VERSION +BUILTIN_FIND_FILES.CF_XFREE86= ${X11BASE}/lib/X11/config/xfree86.cf +BUILTIN_FIND_FILES.CF_XFREE86_VERSION= ${X11BASE}/lib/X11/config/version.def .include "../../mk/buildlink3/find-files.mk" .if !defined(BUILTIN_X11_VERSION.XFree86) && \ diff --git a/x11/xorg-libs/version.mk b/x11/xorg-libs/version.mk index 0ee5141cb8f..939e70a3d70 100644 --- a/x11/xorg-libs/version.mk +++ b/x11/xorg-libs/version.mk @@ -1,4 +1,4 @@ -# $NetBSD: version.mk,v 1.1 2005/06/01 18:03:33 jlam Exp $ +# $NetBSD: version.mk,v 1.2 2005/06/20 22:13:10 jlam Exp $ # # This Makefile fragment is included by Makefiles that need to access # the X11_TYPE and version number of an X.org distribution. @@ -14,9 +14,9 @@ BUILTIN_X11_TYPE.xorg= xorg -BUILTIN_FILES_VAR:= CF_XORGVERSION CF_XORG -BUILTIN_FILES.CF_XORGVERSION= ${X11BASE}/lib/X11/config/xorgversion.def -BUILTIN_FILES.CF_XORG= ${X11BASE}/lib/X11/config/xorg.cf +BUILTIN_FIND_FILES_VAR:= CF_XORGVERSION CF_XORG +BUILTIN_FIND_FILES.CF_XORGVERSION= ${X11BASE}/lib/X11/config/xorgversion.def +BUILTIN_FIND_FILES.CF_XORG= ${X11BASE}/lib/X11/config/xorg.cf .include "../../mk/buildlink3/find-files.mk" .if !defined(BUILTIN_XORG_VERSION_FILE) |