summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2008-09-28 06:03:44 +0000
committercube <cube@pkgsrc.org>2008-09-28 06:03:44 +0000
commit528a9825832d073bf47face455942b027d4537cf (patch)
treee531c56d899401876de3f94da630c24619ceedbc
parentd49283b25c250d258372636bead433fd745a52b3 (diff)
downloadpkgsrc-528a9825832d073bf47face455942b027d4537cf.tar.gz
Refine the comment why CHECK_BUILTIN.${BUILTIN_PKG}?=no is not used.
-rw-r--r--mk/x11.builtin.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/mk/x11.builtin.mk b/mk/x11.builtin.mk
index 329ad94e423..b7ae63005c9 100644
--- a/mk/x11.builtin.mk
+++ b/mk/x11.builtin.mk
@@ -1,12 +1,13 @@
-# $NetBSD: x11.builtin.mk,v 1.2.20.2 2008/09/28 03:56:26 cube Exp $
+# $NetBSD: x11.builtin.mk,v 1.2.20.3 2008/09/28 06:03:44 cube Exp $
#
# x11.builtin.mk will include the builtin.mk file from the appropriate
# X11 distribution.
#
# BUILTIN_PKG and USE_BUILTIN.<BUILTIN_PKG> must be defined by the caller
-# XXX make bug
-# 'CHECK_BUILTIN.${BUILTIN_PKG}?= no' will overwrite the value
+# XXX make(1) idiosyncrasy
+# 'CHECK_BUILTIN.${BUILTIN_PKG}?= no' will overwrite the value on older
+# version of make (in NetBSD's base system, prior to 20080331).
.if !defined(CHECK_BUILTIN.${BUILTIN_PKG})
CHECK_BUILTIN.${BUILTIN_PKG}= no
.endif