summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-09-29 22:24:43 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-05 16:13:43 (GMT)
commit4c86fe637d499ed98c1086338d0c579228c2e385 (patch)
tree30f2c25994b554fbd97842608d0304248c4424db /index.html
parent46d0d0dac82add72062ce4d316b884ce33ac226c (diff)
downloadmxe-4c86fe637d499ed98c1086338d0c579228c2e385.zip
mxe-4c86fe637d499ed98c1086338d0c579228c2e385.tar.gz
mxe-4c86fe637d499ed98c1086338d0c579228c2e385.tar.bz2
FreeBSD: use "pkg install" instead of "pkg_add -r"
pkg_add was replaced with pkgng. FreeBSD 10.2 doesn't have pkg_add preinstalled, while pkg is available. Some packages were renamed: * glib20 is now glib * perl is now perl5 Read more: https://lists.freebsd.org/pipermail/freebsd-ports/2012-August/077909.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index b4958c9..bd0cdcf 100644
--- a/index.html
+++ b/index.html
@@ -664,10 +664,10 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<h3 id="requirements-freebsd">FreeBSD</h3>
<!-- http://www.freshports.org/ -->
- <pre>pkg_add -r \
- automake autoconf bash bison coreutils flex gdk-pixbuf2 \
- gettext git glib20 gmake gperf gsed intltool libffi \
- libtool openssl p5-XML-Parser p7zip patch perl \
+ <pre>pkg install \
+ automake autoconf bash bison coreutils flex \
+ gdk-pixbuf2 gettext git glib gmake gperf gsed intltool libffi \
+ libtool openssl p5-XML-Parser p7zip patch perl5 \
pkgconf python ruby scons unzip wget</pre>
<p>