summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorwiz <wiz>2006-07-10 17:11:32 +0000
committerwiz <wiz>2006-07-10 17:11:32 +0000
commitd5fd570e831fd50d0ca9cca7d8ce593801d2dc95 (patch)
treea0924c6f2e4e3660390ae640a32441eabbf4ae36 /mk/defaults
parentb12ceed95802f55f75c6f092a8c7411a36d8919c (diff)
downloadpkgsrc-d5fd570e831fd50d0ca9cca7d8ce593801d2dc95.tar.gz
Remove reference to buildlink2.
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/mk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 75abef52500..888eca2e423 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.123 2006/06/26 18:00:02 salo Exp $
+# $NetBSD: mk.conf,v 1.124 2006/07/10 17:11:32 wiz Exp $
#
# This file provides default values for variables that may be overridden
@@ -155,7 +155,7 @@ PREFER_NATIVE?= yes
# When building packages, whether to prefer the pkgsrc or native
# versions of software that's also part of the base system. Its value
# can be either yes/no, or a list of packages as named in the
-# BUILDLINK_PACKAGES line in a package's buildlink[23].mk file.
+# BUILDLINK_PACKAGES line in a package's buildlink3.mk file.
# Preferences are determined by the most specific instance of the
# package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is
# specified in neither or in both variables, then PREFER_PKGSRC has