From e1be891dbc856679f71ca61e065fc63be575f829 Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 24 Jul 2002 19:45:22 +0000 Subject: Change explicit build dependencies on perl into "USE_PERL5=build". This makes these packages build correctly on Darwin where perl>=5.8.0 is required. --- cross/i386-mingw32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross') diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile index 35184b76155..5cc584ecd8c 100644 --- a/cross/i386-mingw32/Makefile +++ b/cross/i386-mingw32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/05/12 10:16:46 abs Exp $ +# $NetBSD: Makefile,v 1.9 2002/07/24 19:45:22 jlam Exp $ DISTNAME= cross-${TARGET_ARCH}-1.2 PKGREVISION= 3 @@ -25,7 +25,7 @@ MINGW_WRKSRC= ${WRKDIR}/mingw-runtime-1.2 CROSS_DISTFILES+= w32api-1.2-src.tar.gz W32_WRKSRC= ${WRKDIR}/w32api-1.2 USE_GMAKE= yes -BUILD_DEPENDS+= perl-[0-9]*:../../lang/perl5 +USE_PERL5= build AS_FOR_TARGET= ${BINUTILS_WRKSRC}/gas/as-new AR_FOR_TARGET= ${BINUTILS_WRKSRC}/binutils/ar -- cgit v1.2.3