From owner-freebsd-questions@FreeBSD.ORG Wed Nov 5 13:46:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCDDA16A4E3 for ; Wed, 5 Nov 2003 13:46:16 -0800 (PST) Received: from dreadnought.cnchost.com (dreadnought.cnchost.com [207.155.248.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 339BA43F3F for ; Wed, 5 Nov 2003 13:46:16 -0800 (PST) (envelope-from mwoodson@sricrm.com) Received: from redlands.sricrm.com (bdsl.66.14.215.39.gte.net [66.14.215.39]) by dreadnought.cnchost.com id QAA00928; Wed, 5 Nov 2003 16:46:15 -0500 (EST) [ConcentricHost SMTP Relay 1.15] Errors-To: Received: (qmail 86839 invoked from network); 5 Nov 2003 21:46:15 -0000 Received: from squelcher.redlands.sricrm.com (10.1.2.9) by redlands.sricrm.com with SMTP; 5 Nov 2003 21:46:15 -0000 From: Mark Woodson Organization: Statistical Research, Inc. To: Martin McCormick , freebsd-questions@freebsd.org Date: Wed, 5 Nov 2003 13:46:12 -0800 User-Agent: KMail/1.5.3 References: <200311052141.hA5LfULH087898@dc.cis.okstate.edu> In-Reply-To: <200311052141.hA5LfULH087898@dc.cis.okstate.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200311051346.12832.mwoodson@sricrm.com> Subject: Re: Best Way to Fix a links Browser Compilation Problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 21:46:17 -0000 On Wednesday 05 November 2003 01:41 pm, Martin McCormick wrote: > Mark Woodson writes: > >You do not actually need to edit the CONFIGURE_ARGS in Makefile, > >rather you include that statement in your call to make > > > >make WITHOUT_X11=yes install > > My thanks to you and one other person who pointed this out to > me. It looks like that is going to work. > > Martin McCormick Quite welcome. -Mark