Subject: Re: unzip doesn't need gmake
To: Jeremy C. Reed <reed@reedmedia.net>
From: Johnny C. Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 09/24/2004 22:33:55
On Fri, Sep 24, 2004 at 02:37:06PM -0700, Jeremy C. Reed wrote:
> It appears that archivers/unzip doesn't need gmake.
> 
> Can someone else confirm?
> 
> --- archivers/unzip/Makefile	1 Jun 2004 04:31:42 -0000	1.49
> +++ archivers/unzip/Makefile	24 Sep 2004 21:36:05 -0000
> @@ -13,7 +13,6 @@
> 
>  WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
>  USE_BUILDLINK3=	yes
> -USE_GNU_TOOLS+=	make
> 
>  .include "../../mk/bsd.prefs.mk"

"cvs annotate" is your friend.  It says that it was added by xtraeme
in revision 1.47 because it's needed on OpenBSD.  I don't see why that
should be the case since they also use BSD make, but maybe someone
else can shed some light on this.

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>