summaryrefslogtreecommitdiff
path: root/bootstrap/README.OpenBSD
diff options
context:
space:
mode:
authormaya <maya>2017-01-22 20:14:50 +0000
committermaya <maya>2017-01-22 20:14:50 +0000
commit64c09dbff958ec70adff37bda84ddc82278ce7fd (patch)
treefeca8227feb56e15365aae1936cf81bc7e7a0399 /bootstrap/README.OpenBSD
parent322adc097f419197195d0432c34ffdc9c2e6a767 (diff)
downloadpkgsrc-64c09dbff958ec70adff37bda84ddc82278ce7fd.tar.gz
mention you can prefer pkgsrc at bootstrap, too.
pointed out by jperkin, thanks.
Diffstat (limited to 'bootstrap/README.OpenBSD')
-rw-r--r--bootstrap/README.OpenBSD6
1 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap/README.OpenBSD b/bootstrap/README.OpenBSD
index 9f0826e8c51..ad11c38cf69 100644
--- a/bootstrap/README.OpenBSD
+++ b/bootstrap/README.OpenBSD
@@ -1,4 +1,4 @@
-$NetBSD: README.OpenBSD,v 1.6 2017/01/22 18:10:35 maya Exp $
+$NetBSD: README.OpenBSD,v 1.7 2017/01/22 20:14:50 maya Exp $
Please read the general README file as well.
@@ -19,7 +19,9 @@ bootstrap. Copy it to your $sysconfdir directory. If $sysconfdir/mk.conf doesn't
exist, the example is copied into place.
3. It's possible to use pkgsrc libraries instead of system libraries. For
-example, to use OpenSSL, you can add the following line to $prefix/etc/mk.conf:
+example, to use OpenSSL, you can use:
+ ./bootstrap --prefer-pkgsrc=openssl
+Or after a bootstrap, you can add the following line to $prefix/etc/mk.conf:
PREFER.openssl=pkgsrc
bootstrap-pkgsrc has been tested on OpenBSD 3.2 and 3.5 (i386). Some testing has