summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-20 20:59:45 +0000
committerjlam <jlam@pkgsrc.org>2005-06-20 20:59:45 +0000
commitab6733f9ca03df053611e748419d99816fd9e4fa (patch)
tree56bd471a5aa3c1721b482b7ea31b267cc072965e /mk
parent7fcf75bb2263527bca04fa7ecf95817cfbeaf7c0 (diff)
downloadpkgsrc-ab6733f9ca03df053611e748419d99816fd9e4fa.tar.gz
x11.version.mk doesn't necessarily provide a definition for
BUILTIN_X11_VERSION.${X11_TYPE}. Clarify this in the comment header.
Diffstat (limited to 'mk')
-rw-r--r--mk/x11.version.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/x11.version.mk b/mk/x11.version.mk
index 883823bbb20..d3bdecd42bb 100644
--- a/mk/x11.version.mk
+++ b/mk/x11.version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: x11.version.mk,v 1.1 2005/06/01 18:03:06 jlam Exp $
+# $NetBSD: x11.version.mk,v 1.2 2005/06/20 20:59:45 jlam Exp $
#
# The following variables may be set in /etc/mk.conf:
#
@@ -16,6 +16,9 @@
# BUILTIN_X11_TYPE.${X11_TYPE} is the X11_TYPE of the native X11
# distribution detected on the system.
#
+# The following variables may be defined by this file. These variables
+# should be checked to exist before they are used:
+#
# BUILTIN_X11_VERSION.${X11_TYPE} is the version number of the native
# X11 distribution detected on the system.
#