aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRoman-Parise <pariseroman@gmail.com>2019-07-14 09:25:07 -0700
committerRoman-Parise <pariseroman@gmail.com>2019-07-14 09:25:07 -0700
commitf7ab7a418cac110834fb7c8b89e29cb4d9a2a1fb (patch)
tree1b2afe36567cf78080d09c880261a5c192ebad78 /README.md
parenta97d30d2f88d2f7a41abf8b913bbc017b60d8c7d (diff)
downloadyosys-f7ab7a418cac110834fb7c8b89e29cb4d9a2a1fb.tar.gz
yosys-f7ab7a418cac110834fb7c8b89e29cb4d9a2a1fb.tar.bz2
yosys-f7ab7a418cac110834fb7c8b89e29cb4d9a2a1fb.zip
Updated FreeBSD dependencies in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 42f972c8e..9e221be38 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Similarily, on Mac OS X MacPorts or Homebrew can be used to install dependencies
On FreeBSD use the following command to install all prerequisites:
# pkg install bison flex readline gawk libffi\
- git graphviz pkgconfig python3 python36 tcl-wrapper boost-libs
+ git graphviz pkgconf python3 python36 tcl-wrapper boost-libs
On FreeBSD system use gmake instead of make. To run tests use:
% MAKE=gmake CC=cc gmake test