summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2021-02-12 13:00:05 +0000
committercjep <cjep@pkgsrc.org>2021-02-12 13:00:05 +0000
commitc830976cf52035f0e78e7b8556015956cf547b23 (patch)
treea3ee3cd173695d1d8972d4524d3e682f972a5f86 /bootstrap
parent9cff65b4cba1dc8e1f0c15271ea2b748d8cde2bb (diff)
downloadpkgsrc-c830976cf52035f0e78e7b8556015956cf547b23.tar.gz
Add libncurses5 to the required libraries.
Took me a little while to find this. The dev package can be installed without the actual library.
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/README.Linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/README.Linux b/bootstrap/README.Linux
index b71f3623206..a2fe7348292 100644
--- a/bootstrap/README.Linux
+++ b/bootstrap/README.Linux
@@ -1,4 +1,4 @@
-$NetBSD: README.Linux,v 1.7 2019/04/04 04:20:26 gutteridge Exp $
+$NetBSD: README.Linux,v 1.8 2021/02/12 13:00:05 cjep Exp $
Please read the general README file as well.
@@ -7,7 +7,7 @@ Please read the general README file as well.
For Debian and derivatives such as Ubuntu the following packages should be
installed prior to attempting bootstrap
-apt-get install cvs libncurses5-dev gcc g++ zlib1g-dev zlib1g libssl-dev libudev-dev
+apt-get install cvs libncurses5 libncurses5-dev gcc g++ zlib1g-dev zlib1g libssl-dev libudev-dev
==========================================================================