diff options
author | sbd <sbd> | 2012-01-29 05:56:11 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-01-29 05:56:11 +0000 |
commit | b8fdf17fe9f1b31f87220d425f0c3ad1da4a6ecb (patch) | |
tree | 5e2495e51925b20cb41ba977b1984eed5c1489b0 /cross | |
parent | cd1828e877e8c43297c1376bdb47b65036ee1d9c (diff) | |
download | pkgsrc-b8fdf17fe9f1b31f87220d425f0c3ad1da4a6ecb.tar.gz |
Add yacc to USE_TOOLS
Diffstat (limited to 'cross')
-rw-r--r-- | cross/binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index e29217070aa..5b25fb5c45b 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2011/11/27 19:36:48 joerg Exp $ +# $NetBSD: Makefile,v 1.54 2012/01/29 05:56:11 sbd Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -20,7 +20,7 @@ PKG_DESTDIR_SUPPORT= user-destdir BUILDLINK_TRANSFORM+= rm:-Werror USE_CROSSBASE= yes -USE_TOOLS+= gm4 pod2man +USE_TOOLS+= gm4 pod2man yacc USE_LIBTOOL= yes GNU_CONFIGURE= yes |