From owner-freebsd-questions@FreeBSD.ORG Sat Oct 20 16:36:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E19A516A421 for ; Sat, 20 Oct 2007 16:36:02 +0000 (UTC) (envelope-from fbsd06+PO=8dc73d25@mlists.homeunix.com) Received: from turtle-out.mxes.net (turtle-out.mxes.net [216.86.168.191]) by mx1.freebsd.org (Postfix) with ESMTP id B57D313C4B0 for ; Sat, 20 Oct 2007 16:36:02 +0000 (UTC) (envelope-from fbsd06+PO=8dc73d25@mlists.homeunix.com) Received: from mxout-04.mxes.net (mxout-04.mxes.net [216.86.168.179]) by turtle-in.mxes.net (Postfix) with ESMTP id 4D19F164064 for ; Sat, 20 Oct 2007 12:07:46 -0400 (EDT) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id BBE36D05AC for ; Sat, 20 Oct 2007 12:07:23 -0400 (EDT) Date: Sat, 20 Oct 2007 17:07:20 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20071020170720.07658301@gumby.homeunix.com.> In-Reply-To: References: X-Mailer: Claws Mail 3.0.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: ports and dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 16:36:03 -0000 On Sat, 20 Oct 2007 15:30:18 +0200 "Roberth Sjon=F8y" 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=3D 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=3D firefox mozilla seamonkey so xulrunner isn't supported.