From owner-freebsd-questions@FreeBSD.ORG Tue Jan 18 22:42:20 2005 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 ACADE16A4F4 for ; Tue, 18 Jan 2005 22:42:20 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 416E543D55 for ; Tue, 18 Jan 2005 22:42:20 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so297980wri for ; Tue, 18 Jan 2005 14:42:19 -0800 (PST) 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:references; b=HA3vtN1VLTVz3lvfoZEJVIEGgM1yU/2fP2vHdNKZLzbzEfT047kSfUgILOouUyvEnonAMisFBS7Vu3AJL0eZEqwH3ieCLPK58sMkVCEuEGnvsIDxov65ZiuvN5fFf2bYnEt72UL9GV2l3unbxzX0ItdFmCus5DWZFn6pUXgQ+Tk= Received: by 10.54.8.70 with SMTP id 70mr24908wrh; Tue, 18 Jan 2005 14:42:19 -0800 (PST) Received: by 10.54.2.33 with HTTP; Tue, 18 Jan 2005 14:42:18 -0800 (PST) Message-ID: <5ef8c2f005011814421981a559@mail.gmail.com> Date: Tue, 18 Jan 2005 20:42:18 -0200 From: =?ISO-8859-1?Q?Jos=E9_de_Paula?= To: Tabor Kelly In-Reply-To: <41ED54A9.8040003@taborandtashell.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <5ef8c2f0050118091060582280@mail.gmail.com> <41ED54A9.8040003@taborandtashell.net> cc: FreeBSD-Questions Subject: Re: Building quasi-full vim X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-1?Q?Jos=E9_de_Paula?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 22:42:20 -0000 On Tue, 18 Jan 2005 10:25:45 -0800, Tabor Kelly wrote: > Jos=E9 de Paula wrote: >=20 > >=20 > You want editors/vim-lite. >=20 Adding NO_GUI=3Dyes to /etc/make.conf did the trick. Thanks for the help.