Subject: Re: LIBTOOL_REQD should be increased
To: Jeremy C. Reed <reed@reedmedia.net>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 03/09/2004 20:08:42
On Tue, Mar 09, 2004 at 09:37:55AM -0800, Jeremy C. Reed wrote:
> I think that LIBTOOL_REQD?= should be good enough. Can I do the following?
> 
> --- mk/bsd.pkg.mk	2 Mar 2004 15:25:23 -0000	1.1415
> +++ mk/bsd.pkg.mk	9 Mar 2004 17:34:22 -0000
> @@ -386,7 +386,7 @@
>  .if defined(_OPSYS_LIBTOOL_REQD)
>  LIBTOOL_REQD=		${_OPSYS_LIBTOOL_REQD}
>  .else
> -LIBTOOL_REQD?=		1.4.20010614nb11
> +LIBTOOL_REQD?=		1.5.2nb4
>  .endif
>  #

Please do that.

 Thomas