Opened 9 years ago
Closed 9 years ago
#48187 closed defect (fixed)
magicspp: append to depends_build rather than overwriting
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | haspatch | Cc: | |
Port: | magicspp |
Description
magicspp sets depends_build and includes port:cmake in it. But the port also includes the cmake portgroup which already sets that dependency for you. All you need to do to take advantage of that is append to depends_build rather than overwriting it.
Attachments (1)
Change History (2)
Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | magicspp.diff added |
---|
comment:1 Changed 9 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Done in r138096. Thanks.