Changes between Initial Version and Version 5 of Ticket #23717


Ignore:
Timestamp:
May 3, 2010, 10:19:51 PM (14 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23717

    • Property Owner changed from macports-tickets@… to bryan@…
    • Property Cc maccheck@… boydb@… added
    • Property Keywords haspatch added; git-core 1.7 python path removed
  • Ticket #23717 – Description

    initial v5  
    11At building and staging, I got
     2{{{
    23make[1]: /usr/bin/python: Command not found
     4}}}
    35
    46I just had to append the following to the .args:
     7{{{
    58PYTHON_PATH="${prefix}/bin/python"
     9}}}