diff --git a/index.html b/index.html index 2f5ad684..9976f2a0 100644 --- a/index.html +++ b/index.html @@ -571,6 +571,10 @@ USE_OSGPLUGIN(<plugin2>) GNU Sed + + GNU Tar + + Intltool ≥ 0.40 @@ -778,7 +782,7 @@ USE_OSGPLUGIN(<plugin2>)
sudo port install \
     autoconf automake bison coreutils flex gettext \
-    gdk-pixbuf2 glib2 gsed intltool libffi libtool \
+    gdk-pixbuf2 glib2 gnutar gsed intltool libffi libtool \
     openssl p5-xml-parser p7zip pkgconfig scons wget xz
Method 2 - Rudix
@@ -789,7 +793,7 @@ USE_OSGPLUGIN(<plugin2>)
sudo rudix install \
     autoconf automake coreutils gettext glib intltool \
-    libtool p7zip scons sed wget xz
+ libtool p7zip scons sed tar wget xz

Note: gdk-pixbuf2 is not installed in method 2, so you can not build gtk3. Other packages may be @@ -804,7 +808,7 @@ USE_OSGPLUGIN(<plugin2>)

brew install \
     autoconf automake coreutils gdk-pixbuf gettext \
-    gnu-sed intltool libtool p7zip wget xz
+ gnu-sed gnu-tar intltool libtool p7zip wget xz

Some formulae are keg-only