summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-01-22 20:14:50 +0000
committermaya <maya@pkgsrc.org>2017-01-22 20:14:50 +0000
commit1f02663a815f1a2b62b5d7bd28f62ee456356b40 (patch)
tree5dacca94400cd96b8264ffc38cb50169fd5b3f27 /bootstrap
parentb2e793a14e603a6e2efacbb0ffebc4ffa864c464 (diff)
downloadpkgsrc-1f02663a815f1a2b62b5d7bd28f62ee456356b40.tar.gz
mention you can prefer pkgsrc at bootstrap, too.
pointed out by jperkin, thanks.
Diffstat (limited to 'bootstrap')
-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