From owner-freebsd-ports@FreeBSD.ORG Mon Nov 9 11:27:39 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6444106566B for ; Mon, 9 Nov 2009 11:27:39 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 6A0748FC08 for ; Mon, 9 Nov 2009 11:27:39 +0000 (UTC) Received: by bwz5 with SMTP id 5so3454165bwz.3 for ; Mon, 09 Nov 2009 03:27:38 -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 :from:date:message-id:subject:to:content-type; bh=EhCXpae7D93TGqlN1HPwAlQF4VstmcB2ryh/vz7LUr0=; b=YiVvF+PQaZZaQ9lxMf9cdCeBYJcd06S/qou5ZufVKHc65CEihup1IQXCJNM9oJsZwm w72ezvik2+6R/cPfhZGcGCBJ+vVFho+ezIFfSuHrJ9N+t6rZpOwgQCGYeKkLmiHeDmAx QkA7K82smAhpWz6dhY46qaBxf9ajt15MLQ0Bw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=e/cjWdl7ux1JZYHIZB9B6pm3p3vJ5oxXMJynwizorN1vxOxuJPAiIxq+p2yZdz689O v6aq1YYJcQIj1yv2ywJn4mJ0Dcf+e8ufB3W7a4E/FBYMqJO7VQZBtcRl9t/a89hlRXLn 9WXt5OOSKIbxZukTUfyCgTtCzwZ7DfKg2pd0s= MIME-Version: 1.0 Received: by 10.239.179.91 with SMTP id c27mr779305hbg.51.1257766058238; Mon, 09 Nov 2009 03:27:38 -0800 (PST) In-Reply-To: <20091108213831.GI8150@kenyonralph.com> References: <20091108213442.GD30690@armakuni.lastninja.net> <20091108213831.GI8150@kenyonralph.com> From: Eitan Adler Date: Mon, 9 Nov 2009 13:27:18 +0200 Message-ID: To: Naveen Nathan , freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: make config in editors/vim port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2009 11:27:39 -0000 > Defining WITH_OPTIONS or WITH_VIM_OPTIONS in /etc/make.conf will enable > the regular dialog configuration screen. Why does the vim port require extra configuration to get the options configuration screen?