From owner-freebsd-ports@FreeBSD.ORG Wed Apr 20 17:23:59 2005 Return-Path: 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 191DA16A4CE for ; Wed, 20 Apr 2005 17:23:59 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id A451643D39 for ; Wed, 20 Apr 2005 17:23:58 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so197911wri for ; Wed, 20 Apr 2005 10:23:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AjLqAfOmmg7tj2qZW3JZlFqUxYCmbA4EFh+I23yRPjcaaLasfe3r1hNrF/8WdpaQ0JdO3NMCjWyFdMO/eV50xhq4AWSpqf0K7lmbHwE3WYgXr7+ea1fFw3alwJ2b9oPh/ven8eNMAY/JG6qFQCODewRT0CGrbqldv9nTIMK2nXM= Received: by 10.54.49.6 with SMTP id w6mr4910087wrw; Wed, 20 Apr 2005 10:23:54 -0700 (PDT) Received: by 10.54.29.77 with HTTP; Wed, 20 Apr 2005 10:23:54 -0700 (PDT) Message-ID: <790a9fff05042010237b4f0bf4@mail.gmail.com> Date: Wed, 20 Apr 2005 12:23:54 -0500 From: Scot Hetzel To: Attos In-Reply-To: <5297d6fd05042010091e39166a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5297d6fd05042010091e39166a@mail.gmail.com> cc: ports@freebsd.org Subject: Re: GIMP options question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 17:23:59 -0000 On 4/20/05, Attos wrote: > Hi, > I'm new to FreeBSD and I have a question about where the ports' > options files are kept. > I installed the GIMP port and when I did the first portupgrade I was > asked to set some options during the buid. I checked the Mozilla > plug-in option. Now I want to uninstall Mozilla but keep the GIMP > port. How do I remove that option from the GIMP? >=20 Change to the directory where the GIMP port is located, and use: make reconfig to change the options. Scot