# HG changeset patch
# User devteam
# Date 1371654981 14400
# Node ID ef50c68649b341427913dbcabb6b0e4bc441e9dd
# Parent  8ddad0c9a75a866c2761c35bc0065c32e5d810c2
Uploaded a tool_dependencies.xml that reflects compile-time dependencies on X11 client libraries.

diff -r 8ddad0c9a75a -r ef50c68649b3 tool_dependencies.xml
--- a/tool_dependencies.xml	Wed Jan 09 10:27:56 2013 -0500
+++ b/tool_dependencies.xml	Wed Jun 19 11:16:21 2013 -0400
@@ -4,7 +4,7 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">ftp://emboss.open-bio.org/pub/EMBOSS/old/5.0.0/EMBOSS-5.0.0.tar.gz</action>
-                <action type="shell_command">./configure --without-x --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
                 <action type="shell_command">make</action>
                 <action type="shell_command">make install</action>
             </actions>
@@ -16,7 +16,9 @@
             </actions>
         </install>
         <readme>
-These links provide information for building the Emboss package in most environments .
+Compiling the Emboss binaries requires the X11 client libraries and header files.
+
+These links provide information for building the Emboss package in most environments.
 
 System requirements
 http://emboss.sourceforge.net/download/#Requirements