From: Demelier David on
Hi,

I was checking why supertux fails, and I noticed that libmikmod wasn't
installed. I checked the sdl_mixer options and MIKMOD is activated.

Why does make (missing|deinstall|install) does not pull libmikmod, flac,
smpeg as sdl_mixer dependencies ?

King regards.
--
Demelier David
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: Marcus von Appen on
On, Tue Apr 20, 2010, Demelier David wrote:

> Hi,
>
> I was checking why supertux fails, and I noticed that libmikmod wasn't
> installed. I checked the sdl_mixer options and MIKMOD is activated.
>
> Why does make (missing|deinstall|install) does not pull libmikmod, flac,
> smpeg as sdl_mixer dependencies ?

Because I missed a '+=' in the LIB_DEPENDS for mikmod and flac, which
caused them to be ignored under various circumstances.

It has been fixed now, thanks for noticing :-).

Regards
Marcus