diff options
-rw-r--r-- | docs/en/xml/installation.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 79ad19fbc..fc447b7df 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1676,12 +1676,12 @@ C:\perl> <command>ppm install <module name></command> <para>Apple does not include the GD library with Mac OS X. Bugzilla needs this for bug graphs.</para> - <para>You can use DarwinPorts (<ulink url="http://darwinports.com/"/>) + <para>You can use MacPorts (<ulink url="http://www.macports.org/"/>) or Fink (<ulink url="http://sourceforge.net/projects/fink/"/>), both of which are similar in nature to the CPAN installer, but install common unix programs.</para> - <para>Follow the instructions for setting up DarwinPorts or Fink. + <para>Follow the instructions for setting up MacPorts or Fink. Once you have one installed, you'll want to use it to install the <filename>gd2</filename> package. </para> @@ -1707,7 +1707,7 @@ C:\perl> <command>ppm install <module name></command> </para> </note> - <para>Also available via DarwinPorts and Fink is + <para>Also available via MacPorts and Fink is <filename>expat</filename>. After installing the expat package, you will be able to install XML::Parser using CPAN. If you use fink, there is one caveat. Unlike recent versions of |