[72375] trunk/www/install.php

jmr at macports.org jmr at macports.org
Tue Oct 12 04:54:48 PDT 2010


Revision: 72375
          http://trac.macports.org/changeset/72375
Author:   jmr at macports.org
Date:     2010-10-12 04:54:46 -0700 (Tue, 12 Oct 2010)
Log Message:
-----------
update requirements for building on other platforms (#26813)

Modified Paths:
--------------
    trunk/www/install.php

Modified: trunk/www/install.php
===================================================================
--- trunk/www/install.php	2010-10-12 09:42:58 UTC (rev 72374)
+++ trunk/www/install.php	2010-10-12 11:54:46 UTC (rev 72375)
@@ -172,11 +172,12 @@
 
     <ul>
         <li><a href="http://www.tcl.tk/">Tcl</a> (8.4 or 8.5), with threads.</li>
-        <li><a href="http://gnustep.org/">GNUstep</a> (Base), for Foundation.</li>
         <li><b>mtree</b> for directory hierarchy.</li>
         <li><a href="http://rsync.samba.org/">rsync</a> for syncing the ports.</li>
         <li><a href="http://curl.haxx.se/">cURL</a> for downloading distfiles.</li>
-        <li><a href="http://www.openssl.org/">OpenSSL</a> or <a href="http://martin.hinner.info/libmd/">libmd</a> for checksums.</li>
+        <li><a href="http://martin.hinner.info/libmd/">libmd</a> for checksums.</li>
+        <li><a href="http://gnustep.org/">GNUstep</a> (Base), for Foundation (optional, can be disabled via configure args).</li>
+        <li><a href="http://www.openssl.org/">OpenSSL</a> for signature verification (currently trunk only).</li>
     </ul>
 
     <p>Normally you must install from <a href="#source">source</a> or from an <a href="#svn">SVN checkout</a> to run MacPorts
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101012/8977b13c/attachment.html>


More information about the macports-changes mailing list