diff options
author | jlam <jlam@pkgsrc.org> | 2002-07-24 19:45:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-07-24 19:45:22 +0000 |
commit | e1be891dbc856679f71ca61e065fc63be575f829 (patch) | |
tree | 8d3205091ef102f873815aafda1fc32447c8b6c2 /cross | |
parent | 84ec437ca0fb286b090effe245add1fd54c91295 (diff) | |
download | pkgsrc-e1be891dbc856679f71ca61e065fc63be575f829.tar.gz |
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.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-mingw32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |