#20576 closed defect (fixed)
shogun overwrites its depends_build
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | jameskyle@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | ||
Port: | shogun |
Description
The shogun port says
depends_build port:bzip2 \ port:gsed
but then a few lines later it says
depends_build port:gcc43
thus overwriting the first definition. These should be combined:
depends_build port:bzip2 \ port:gsed \ port:gcc43
Change History (2)
comment:1 Changed 15 years ago by jameskyle@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks.