Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#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: newclosed

Thanks.

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

This was fixed in r55126.

Note: See TracTickets for help on using tickets.