From owner-freebsd-questions Wed Mar 28 6:36:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snarf.osdn.com (snarf.osdn.com [209.192.217.153]) by hub.freebsd.org (Postfix) with ESMTP id 4576237B722 for ; Wed, 28 Mar 2001 06:36:27 -0800 (PST) (envelope-from mij@osdn.com) Received: from guinness.osdn.com (root@localhost [127.0.0.1]) by snarf.osdn.com (8.11.3/8.11.3) with ESMTP id f2SEaOD07265; Wed, 28 Mar 2001 09:36:24 -0500 (EST) (envelope-from mij@osdn.com) Received: by guinness.osdn.com (Postfix, from userid 1000) id 7376653; Wed, 28 Mar 2001 09:36:19 -0500 (EST) Date: Wed, 28 Mar 2001 09:36:19 -0500 From: Jim Mock To: Ken Bolingbroke Cc: FreeBSD Questions Subject: Re: Building Ports w/o Gnome? Message-ID: <20010328093619.C3313@guinness.osdn.com> Reply-To: mij@osdn.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: ; from hacker@bolingbroke.com on Tue, Mar 27, 2001 at 07:58:31PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 27 Mar 2001 at 19:58:31 -0800, Ken Bolingbroke wrote: > Increasingly, I find that ports are requiring Gnome, even though the > target application isn't a Gnome app. I run KDE, and have no particular > desire for unused Gnome cruft on my system. I've been able to install > some ports without the Gnome port dependencies by editing out the Gnome > references in the port Makefile, but that's a kludge. Is there a flag I > can set somewhere that will kill the unneeded Gnome dependencies when I > install these ports? make -DWITHOUT_GNOME install You should also be able to put WITHOUT_GNOME= yes in /etc/make.conf (I think). - jim -- - jim mock - O|S|D|N - open source development network - - http://www.freebsdzine.org/ - jim@freebsdzine.org - jim@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message