diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-10 17:11:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-10 17:11:32 +0000 |
commit | 83035f3393887247b80c0767f2d2633844b7298f (patch) | |
tree | a0924c6f2e4e3660390ae640a32441eabbf4ae36 /mk/defaults/mk.conf | |
parent | 41f2051ba00639d66b186e7fd63cda15c9b7b527 (diff) | |
download | pkgsrc-83035f3393887247b80c0767f2d2633844b7298f.tar.gz |
Remove reference to buildlink2.
Diffstat (limited to 'mk/defaults/mk.conf')
-rw-r--r-- | mk/defaults/mk.conf | 4 |
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 |