From owner-freebsd-questions@FreeBSD.ORG Fri Feb 26 14:27:52 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6E38106566C for ; Fri, 26 Feb 2010 14:27:52 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id AC71F8FC20 for ; Fri, 26 Feb 2010 14:27:52 +0000 (UTC) Received: by pwj7 with SMTP id 7so78974pwj.13 for ; Fri, 26 Feb 2010 06:27:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=+CnWkrr3APrP5FMT+S/t9hIcDOJ+aLKZOIgINkaxeDo=; b=KffCEcMG02H2N69LToJp4DsYoalDip7bTwZsvsR/bWmKJjvuIKCHan1cMGKpYnrN+k NpPzVAiH/gN6SarkFqi9oS0nwF04igoxeDVXxHHQ46iM7r3fLztm6bIqMq8YsLHr4T4r 9dnxZTEvuGaIJCtjDhSk3iMjG+0kwtF8G9SrI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=HounoItbFlYT+o3ydpyURczY2jt9pwyoHAdZL4+HiafRyb1ZnPGoUh6FhMGsjoqo9p Ix5ro64+kvMQ+iwq5lYy4CfywhlKhRNDLnwL6Sm2oLifSPio8VMyUdR6aWtEEP2BhgXD IBX/opHTB5bVpjEQKW9AlnBr6RyD0P1bpAZUY= MIME-Version: 1.0 Received: by 10.143.153.30 with SMTP id f30mr236983wfo.281.1267194467403; Fri, 26 Feb 2010 06:27:47 -0800 (PST) In-Reply-To: References: Date: Fri, 26 Feb 2010 08:27:47 -0600 Message-ID: <6201873e1002260627y349dfad2pda1c7e487495a3bc@mail.gmail.com> From: Adam Vande More To: Xihong Yin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Where can I find port configuration options? 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: Fri, 26 Feb 2010 14:27:52 -0000 n Fri, Feb 26, 2010 at 8:06 AM, Xihong Yin wrote: > I know you can set your options when you build a port. But where can I > find these options for a port? For example, how can I build Firefox with > the option to disable anti-aliasing font? > > Wel the shortterm answer to you problems is somethine like this: make config but for long term you should read man ports and at least the ports section in the handbook. -- Adam Vande More