From: tomo Date: Thu, 2 Jun 2011 17:38:59 +0000 (+0000) Subject: Install `unzip'. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6ff1843d7bfbdfc687ac10b00c56c0d531845496;p=chise%2Fchise-base.git Install `unzip'. --- diff --git a/bootstrap.fink b/bootstrap.fink index 971abb1..57f4495 100755 --- a/bootstrap.fink +++ b/bootstrap.fink @@ -23,6 +23,7 @@ fink install canna-shlibs #fink install coreutils-default fink install wget +fink install unzip ./configure \ --with-site-includes=/sw/include/db4:/sw/include \ diff --git a/bootstrap.macports b/bootstrap.macports index 3369b64..067c8ae 100755 --- a/bootstrap.macports +++ b/bootstrap.macports @@ -10,6 +10,7 @@ sudo port -v install compface sudo port -v install gettext sudo port -v install zlib sudo port -v install canna +sudo port -v install unzip ./configure \ --with-site-includes=/opt/local/include/db46:/opt/local/include \