summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-06-09 15:50:03 +0000
committerminskim <minskim@pkgsrc.org>2006-06-09 15:50:03 +0000
commit5a577d09f195c19df9c8d40037aaeb65f794a491 (patch)
tree6b9227ced408ceb9e86e35253b10529dcf218493 /cross
parent301f0fa7e021a9ed839e890a87bec186fe1ab033 (diff)
downloadpkgsrc-5a577d09f195c19df9c8d40037aaeb65f794a491.tar.gz
USE_TOOLS+=lex yacc
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 12e99406839..4c7ecaeb6c9 100644
--- a/cross/i386-mingw32/Makefile
+++ b/cross/i386-mingw32/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2006/03/04 21:29:07 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2006/06/09 15:50:03 minskim Exp $
DISTNAME= cross-${TARGET_ARCH}-3.2
CROSS_DISTFILES=
@@ -26,7 +26,7 @@ CROSS_DISTFILES+= mingw-runtime-3.2.tar.gz
MINGW_WRKSRC= ${WRKDIR}/mingw-runtime-3.2
CROSS_DISTFILES+= w32api-2.5.tar.gz
W32_WRKSRC= ${WRKDIR}/w32api-2.5
-USE_TOOLS+= gmake perl tar
+USE_TOOLS+= gmake lex perl tar yacc
WRKSRC= ${WRKDIR} # for the patch target
AS_FOR_TARGET= ${BINUTILS_WRKSRC}/gas/as-new