From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 05:08:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 49E5E16A420 for ; Mon, 6 Mar 2006 05:08:25 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E98BC43D48 for ; Mon, 6 Mar 2006 05:08:24 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip01.eastlink.ca ([24.222.10.5]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IVO00BMXWW31W70@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Mon, 06 Mar 2006 01:07:15 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip01.eastlink.ca with ESMTP; Mon, 06 Mar 2006 01:08:24 -0400 Date: Mon, 06 Mar 2006 01:07:27 -0400 From: Duane Whitty In-reply-to: <4ef61ea20603052053w24321aa5s3c1f038e107215b9@mail.gmail.com> To: freebsd-questions@freebsd.org Message-id: <200603060107.27399.duane@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <4ef61ea20603052053w24321aa5s3c1f038e107215b9@mail.gmail.com> User-Agent: KMail/1.9.1 Cc: Andrew Spott Subject: Re: reconfiguring a port 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: Mon, 06 Mar 2006 05:08:25 -0000 On Monday 06 March 2006 00:53, Andrew Spott wrote: > i accidentally configured a port > incorrectly, how do I get the > configure dialog box back up? > > -Andrew > _____________________________________ >__________ > freebsd-questions@freebsd.org mailing > list > http://lists.freebsd.org/mailman/list >info/freebsd-questions To unsubscribe, > send any mail to > "freebsd-questions-unsubscribe@freebs >d.org" Hi, cd to the directory of the port in question type make config or make config-recursive which will bring up the config options for the dependencies as well. Hope this helps, --Duane