changeset 3:e6939e49a36b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_freetype_2_4 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 10:23:35 -0400
parents 022adf7d6195
children b32452aa80dc
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Oct 09 13:41:36 2014 -0400
+++ b/tool_dependencies.xml	Fri Jul 17 10:23:35 2015 -0400
@@ -7,8 +7,9 @@
                 <action type="shell_command">make</action>
                 <action type="shell_command">make install</action>
                 <action type="set_environment">
-                    <environment_variable name="PATH" action="append_to">$INSTALL_DIR/freetype/bin/</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/freetype/bin/</environment_variable>
                     <environment_variable name="FREETYPE_LIB_DIR" action="set_to">$INSTALL_DIR/freetype/lib/</environment_variable>
+                    <environment_variable name="FREETYPE_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
                     <environment_variable name="FREETYPE_INCLUDE_DIR" action="set_to">$INSTALL_DIR/freetype/include/</environment_variable>
                     <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/freetype/lib</environment_variable>
                     <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/freetype/include</environment_variable>