From owner-freebsd-questions@FreeBSD.ORG Wed Nov 5 13:41:31 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 6A04716A4CE for ; Wed, 5 Nov 2003 13:41:31 -0800 (PST) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.100.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9208F43FF3 for ; Wed, 5 Nov 2003 13:41:30 -0800 (PST) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.12.6/8.12.6) with ESMTP id hA5LfULH087898 for ; Wed, 5 Nov 2003 15:41:30 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <200311052141.hA5LfULH087898@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Date: Wed, 05 Nov 2003 15:41:30 -0600 From: Martin McCormick 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:41:31 -0000 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