diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-04 19:52:54 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-04 19:52:54 +0000 |
commit | e99aec31b2dec8fac94ea7de3747bb95f551dd8b (patch) | |
tree | 9d5ddbddec9be5fce0575284d06dffa7c6006941 /cross/binutils | |
parent | 3f438c392c1b140fe00540b81f3c10698ee9b683 (diff) | |
download | pkgsrc-e99aec31b2dec8fac94ea7de3747bb95f551dd8b.tar.gz |
PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages
Diffstat (limited to 'cross/binutils')
-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 d36ee7619d9..3183b64ca31 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2007/02/15 14:45:40 rillig Exp $ +# $NetBSD: Makefile,v 1.51 2008/02/04 19:52:55 tnn Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -15,7 +15,7 @@ HOMEPAGE= http://www.gnu.org/ COMMENT= Unified GNU binutils for cross build environments USE_CROSSBASE= yes -USE_TOOLS+= gm4 +USE_TOOLS+= gm4 pod2man USE_LIBTOOL= yes GNU_CONFIGURE= yes |