diff options
author | kent <kent@pkgsrc.org> | 2002-01-22 13:14:58 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2002-01-22 13:14:58 +0000 |
commit | e5b3a6564d46e4d79998707ccaaf9ca3219193cf (patch) | |
tree | 64df5a6d087a206e7d1c382a8e30660ff7e94eab /cross | |
parent | 7327d0d83d539327392ccdc3c1aeff5d69b62caa (diff) | |
download | pkgsrc-e5b3a6564d46e4d79998707ccaaf9ca3219193cf.tar.gz |
Add perl to BUILD_DEPENDS. It is used for compiling binutils.
Version number comes from mingw-runtime istead of gcc.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-mingw32/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile index 63ca6bbfa8c..6fd468bb24e 100644 --- a/cross/i386-mingw32/Makefile +++ b/cross/i386-mingw32/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2002/01/22 12:16:19 kent Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/22 13:14:58 kent Exp $ -DISTNAME= cross-${TARGET_ARCH}-2.95.3nb1 +DISTNAME= cross-${TARGET_ARCH}-1.2nb1 CROSS_DISTFILES= MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.mingw.org/ @@ -24,6 +24,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-*:../../lang/perl5 AS_FOR_TARGET= ${BINUTILS_WRKSRC}/gas/as-new AR_FOR_TARGET= ${BINUTILS_WRKSRC}/binutils/ar |