diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-08 14:02:12 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-08 14:02:12 (GMT) |
commit | 8777b190c8e2e153e52aeb73f60368cd7d3c21ef (patch) | |
tree | 13bdefbdc65992ac476f7d076bf8d12923b1a8ce | |
parent | 20ddedc721eeb67abf1e8a5c8d3c1cad402edd6b (diff) | |
download | mxe-8777b190c8e2e153e52aeb73f60368cd7d3c21ef.zip mxe-8777b190c8e2e153e52aeb73f60368cd7d3c21ef.tar.gz mxe-8777b190c8e2e153e52aeb73f60368cd7d3c21ef.tar.bz2 |
corrected installation command for FreeBSD (by Tony Theodore)
-rw-r--r-- | doc/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html index ef11993..171dc44 100644 --- a/doc/index.html +++ b/doc/index.html @@ -588,9 +588,8 @@ USE_OSGPLUGIN(<plugin2>) <h3 id="requirements-freebsd">FreeBSD</h3> <!-- http://www.freebsd.org/ports/ --> - <pre>pkg_add -r autoconf automake bash bison cmake flex gmake \ - gsed libtool openssl perl pkg-config scons \ - unzip wget</pre> + <pre>pkg_add -r automake110 bash bison cmake gmake gsed \ + libtool openssl pkg-config scons unzip wget</pre> <p> On 64-bit FreeBSD, |