summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorkent <kent@pkgsrc.org>2002-01-22 14:01:11 +0000
committerkent <kent@pkgsrc.org>2002-01-22 14:01:11 +0000
commit3e57c103a38c57410a6bfc80bf44bc7965f9bd66 (patch)
tree6e256925ed1330173f909f2c5f8c235ca55aa3f2 /cross
parente5b3a6564d46e4d79998707ccaaf9ca3219193cf (diff)
downloadpkgsrc-3e57c103a38c57410a6bfc80bf44bc7965f9bd66.tar.gz
Correct BUILD_DEPENDS for perl: perl-* -> perl-[0-9]*
Diffstat (limited to 'cross')
-rw-r--r--cross/i386-mingw32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile
index 6fd468bb24e..6aa6f8aaa9d 100644
--- a/cross/i386-mingw32/Makefile
+++ b/cross/i386-mingw32/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/01/22 13:14:58 kent Exp $
+# $NetBSD: Makefile,v 1.3 2002/01/22 14:01:11 kent Exp $
DISTNAME= cross-${TARGET_ARCH}-1.2nb1
CROSS_DISTFILES=
@@ -24,7 +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
+BUILD_DEPENDS+= perl-[0-9]*:../../lang/perl5
AS_FOR_TARGET= ${BINUTILS_WRKSRC}/gas/as-new
AR_FOR_TARGET= ${BINUTILS_WRKSRC}/binutils/ar