Mercurial > repos > iuc > package_ncurses_5_9
changeset 6:b908140c6868 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ncurses_5_9 commit 45a64d82dfada34d826be98a1f7a0657f9148d59-dirty
| author | galaxyp |
|---|---|
| date | Sun, 31 May 2015 08:11:28 -0400 |
| parents | c0735727b530 |
| children | 60419fc3e0de |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sat Jul 26 09:44:28 2014 -0400 +++ b/tool_dependencies.xml Sun May 31 08:11:28 2015 -0400 @@ -17,6 +17,8 @@ <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> + <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include/ncurses</environment_variable> + <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include/ncurses</environment_variable> </action> </actions> </install>
