From owner-freebsd-questions@FreeBSD.ORG Fri May 11 13:48:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99E4516A406 for ; Fri, 11 May 2007 13:48:17 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id 4FAB613C46C for ; Fri, 11 May 2007 13:48:17 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so226766and for ; Fri, 11 May 2007 06:48:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VSGhw/jFWHYOa9NJOl9SCTYMbZi7L3yCLFaAoqaXhJEY3Ic8oELin8oZmd9hTzZQmwSX2idBsHzfjCgV8DjdiIK5FF+IqA2M+HEJavT1m+mmsTrgYzaxlKz2QCz/dMjLB2aIeQCqrrdu2HUl8EFmTrQq2aSeH3lqAOSatsBLjYo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ODhmARdQrcPqmbn3SO6en52u79o6l3kH0p/3lIJgpQO4QmaFY20Guhqhb+D128ci+xI/9CgNv0ARb/49rhvSyPxVlUcCWTxEmFW51O26bqn7Kr5SuPMIneaCgrlLlwbTvXWUPBYaGKg6wS00fxARUBJ4zIEYCGcK7hxuy4lRkt0= Received: by 10.100.242.11 with SMTP id p11mr2205016anh.1178891296048; Fri, 11 May 2007 06:48:16 -0700 (PDT) Received: by 10.100.201.15 with HTTP; Fri, 11 May 2007 06:48:16 -0700 (PDT) Message-ID: <340a29540705110648v62ee41fej24737dadf9697f5d@mail.gmail.com> Date: Fri, 11 May 2007 07:48:16 -0600 From: "Andrew Falanga" To: "Pietro Cerutti" In-Reply-To: <46444AC8.5090401@gahr.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540705102053k4365b00bua92b56ed194bbf05@mail.gmail.com> <46444AC8.5090401@gahr.ch> Cc: freebsd-questions@freebsd.org Subject: Re: How to recompile the VIM port for GUI 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, 11 May 2007 13:48:17 -0000 On 5/11/07, Pietro Cerutti wrote: > Andrew Falanga wrote: > > Hi, > Hello, > > So, how do I modify the build environment properly to allow for the > > building of the GUI? There are several variables referenced in the > > Makefile in /usr/ports/editors/vim, but I'm not sure what to make of > > them. > > cd /usr/ports/editors/vim > make WITH_GTK2=yes > make install > Thanks, I'll give that a try tonight. Andy