ports and dependencies

RW fbsd06 at mlists.homeunix.com
Sat Oct 20 09:36:03 PDT 2007


On Sat, 20 Oct 2007 15:30:18 +0200
"Roberth Sjonøy" <roberth.sjonoy at gmail.com> wrote:

> Hello, I was compiling and installing mplayer plugin from ports, but I
> noticed something strange, this port depended on firefox, I'm not an
> firefox user, so I wonder, how do I make mplayer-plugin not depend
> firefox? and generally all the ports who depends on it, I'd rather
> compiled them against xulrunner.


The way it works is that you define your gecko preferences something
like this

   WITH_GECKO=  xulrunner firefox thunderbird seamonkey mozilla

and the port will use the first one that's also contained in it's
USE_GECKO list. Unfortunately for you, this port has:

   USE_GECKO= firefox mozilla seamonkey

so xulrunner isn't supported.



More information about the freebsd-questions mailing list