diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-29 05:56:11 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-29 05:56:11 +0000 |
commit | ee39ee22bf30052c2a6acfbff8a9d90a4e9992f5 (patch) | |
tree | 5e2495e51925b20cb41ba977b1984eed5c1489b0 | |
parent | e157ef539d1503f3458b6b6a7dcc2d00fe3484cd (diff) | |
download | pkgsrc-ee39ee22bf30052c2a6acfbff8a9d90a4e9992f5.tar.gz |
Add yacc to USE_TOOLS
-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 |