From owner-freebsd-ports@FreeBSD.ORG Thu Oct 19 09:41:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA7816A403 for ; Thu, 19 Oct 2006 09:41:48 +0000 (UTC) (envelope-from marko@freebsd.org) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F32C43D8E for ; Thu, 19 Oct 2006 09:41:39 +0000 (GMT) (envelope-from marko@freebsd.org) Received: from [80.229.231.20] (helo=[192.168.1.4]) by ptb-relay03.plus.net with esmtp (Exim) id 1GaUPB-0007n7-MW for freebsd-ports@freebsd.org; Thu, 19 Oct 2006 10:41:37 +0100 Message-ID: <45374810.3000208@freebsd.org> Date: Thu, 19 Oct 2006 10:40:32 +0100 From: Mark Ovens User-Agent: Thunderbird 1.5.0.7 (X11/20060925) MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <453703B2.4010700@freebsd.org> <17719.1286.48085.721315@jerusalem.litteratus.org> <45370F30.7000600@infracaninophile.co.uk> In-Reply-To: <45370F30.7000600@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: What keeps installing Mozilla? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 09:41:48 -0000 Matthew Seaman wrote: > Robert Huff wrote: >> Mark Ovens writes: >> >>> /root{115}# pkg_info -Rr mozilla-1.7.13,2 >> >> I believe this will show the run-depends, but not the >> build-depnds. Ah, yes, of course, but as I said in my OP, why would Mozilla be needed as a *build* dependency? >> Do you have OpenOffice installed? No, but I've got KOffice. >> > > WITH_MOZILLA= firefox > WITH_GECKO= firefox > > in your /etc/make.conf will help suppress rogue mozilla installs. > Ah, thanks, I'll give that a try. Regards, Mark