#51880 closed defect (fixed)
root5, root6: don't assume frameworks_dir is ${prefix}/Library/Frameworks
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | cjones051073 (Chris Jones) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mojca (Mojca Miklavec) | |
Port: | root5, root6 |
Description
The root5 and root6 portfiles use the value ${prefix}/Library/Frameworks
twice each. They should instead use the value ${frameworks_dir}
in these instances.
Change History (2)
comment:1 Changed 8 years ago by mojca (Mojca Miklavec)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 2.3.4 |
comment:2 Changed 8 years ago by cjones051073 (Chris Jones)
Thanks for the suggestion, and the fix !
Note: See
TracTickets for help on using
tickets.
Thanks for the warning, fixed in r150490.
(I would prefer if there was a variable for Python framework.)