[37515] trunk/doc-new/guide/xml/portfile-dependencies.xml

markd at macports.org markd at macports.org
Tue Jun 10 17:47:56 PDT 2008


Revision: 37515
          http://trac.macosforge.org/projects/macports/changeset/37515
Author:   markd at macports.org
Date:     2008-06-10 17:47:55 -0700 (Tue, 10 Jun 2008)

Log Message:
-----------
Clarification and fix typos.  Thanks to jmr@

Modified Paths:
--------------
    trunk/doc-new/guide/xml/portfile-dependencies.xml

Modified: trunk/doc-new/guide/xml/portfile-dependencies.xml
===================================================================
--- trunk/doc-new/guide/xml/portfile-dependencies.xml	2008-06-10 19:42:33 UTC (rev 37514)
+++ trunk/doc-new/guide/xml/portfile-dependencies.xml	2008-06-11 00:47:55 UTC (rev 37515)
@@ -14,7 +14,7 @@
   a given port is installed, specifying dependencies with the correct keyword
   is important for proper port upgrade and uninstall behavior. For example,
   you may not uninstall a port that is a library dependency for another port,
-  though you may remove one with a build dependency; likewise, upgrading a
+  though you may remove one that is a build dependency; likewise, upgrading a
   port will upgrade its library and build dependencies also, but not its run
   dependencies.</para>
 
@@ -98,11 +98,11 @@
 
     <para>File dependencies may be of three types: <option>bin</option> for
     programs, <option>lib</option> for libraries, and <option>path</option>
-    for any file. File dependencies are specifed in the form:
+    for any installed file. File dependencies are specifed in the form:
     <replaceable>&lt;type&gt;</replaceable>:<replaceable>&lt;filename&gt;</replaceable>:<replaceable>&lt;port&gt;</replaceable>.
     Note that the <replaceable>&lt;port&gt;</replaceable> specified is only
-    installed if the file the specified library, binary, or file is not found.
-    See the examples below:</para>
+    installed if the specified library, binary, or file is not found. See the
+    examples below:</para>
 
     <programlisting>depends_lib         lib:libX11.6:xorg
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080610/ab338519/attachment.htm 


More information about the macports-changes mailing list