#13281 closed defect (fixed)
PYTHON path should be hardcoded on Mac OS X 10.5 Leopard
Reported by: | gui-dos (Guido Soranzio) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | Cc: | ||
Port: |
Description
The portfile line
configure.env PYTHON=python2.5
should be
configure.env PYTHON=${prefix}/bin/python2.5
otherwhise Leopard's Python is detected
Change History (3)
comment:1 Changed 17 years ago by nox@…
Summary: | BUG:py25-gtk - "configure.env PYTHON=python2.5" detects Leopard's Python → PYTHON path should be hardcoded on Mac OS X 10.5 Leopard |
---|
comment:2 Changed 17 years ago by gui-dos (Guido Soranzio)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Solved by [32470]