Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2000 11:23:28 -0700
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Jeremy Lea <reg@FreeBSD.ORG>
Cc:        ports@FreeBSD.ORG
Subject:   Re: Proposal for USE_* directives in Mk/bsd.port.mk
Message-ID:  <20000506112328.A1998@dragon.nuxi.com>
In-Reply-To: <20000505221353.A80558@shale.csir.co.za>; from reg@FreeBSD.ORG on Fri, May 05, 2000 at 10:13:53PM -0700
References:  <20000430161123149.IASO.904.t-mta2.odn.ne.jp@mta2.odn.ne.jp> <20000430105058.B309@shale.csir.co.za> <20000430181355835.KOJS.890.t-mta4.odn.ne.jp@mta4.odn.ne.jp> <20000430120305.C309@shale.csir.co.za> <20000504225027.B40806@dragon.nuxi.com> <20000504235443.H309@shale.csir.co.za> <20000505180558.A9575@dragon.nuxi.com> <20000505221353.A80558@shale.csir.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 05, 2000 at 10:13:53PM -0700, Jeremy Lea wrote:
> --- /usr/ports.ref/editors/vim5/Makefile	Fri Apr 21 02:06:51 2000
> +++ editors/vim5/Makefile	Fri Apr 21 01:12:28 2000
> @@ -28,6 +28,8 @@
>  Y2K=		http://www.vim.org/y2k.html
>  SLAVEDIRS=	editors/vim-lite
>  
> +WANT_GTK=	yes

Ah, NO.  I hate GTK.  I expect people to build with ``make USE_GTK=1'' or
``make USE_GTK=1'' (which ever name people perfer) if they want vim to be
built with it.


> -MLINKS=		vim.1 rvim.1  vim.1 rview.1  ectags.1 etags.1
> +MLINKS=		vim.1 rvim.1  vim.1 rview.1  vim.1 ex.1  vim.1 view.1 ectags.1 etags.1

I do not install ex.1 or view.1 to keep the base ones.  Nor do I install
ex or view.
  
>  .if defined(HAVE_GTK)
> -LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
> +USE_GTK=	yes

I'll change this to ".if defined(USE_GTK)" if that is the offical knob.

-- 
-- David    (obrien@NUXI.com)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000506112328.A1998>