summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorsevan <sevan@pkgsrc.org>2017-01-06 20:28:01 +0000
committersevan <sevan@pkgsrc.org>2017-01-06 20:28:01 +0000
commit63ad4cbe953195716f61649f27f6aa1e5859a42f (patch)
tree7c7ced0eaca382e664d613bd8964d97223be7daf /doc/pkgsrc.txt
parent1e72064541961e82c9f88b2403b1ff6209f09b35 (diff)
downloadpkgsrc-63ad4cbe953195716f61649f27f6aa1e5859a42f.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 3d94296227a..90ebcc65aa2 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -4117,6 +4117,14 @@ PREFER_NATIVE= getopt skey tcp_wrappers
A package must have a builtin.mk file to be listed in PREFER_NATIVE, otherwise
it is simply ignored in that list.
+Setting PREFER_NATIVE should be performed straight after bootstrap and
+PREFER_PKGSRC during bootstrap. Switching between settings globally at a later
+date can introduce complications with dependency resolution. This is caused by
+packages built with the opposite preference being installed alongside each
+other.
+
+# ./bootstrap --prefer-pkgsrc yes
+
Chapter 15. The pkginstall framework
Table of Contents