diff options
author | tnn <tnn> | 2008-02-04 19:52:54 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-02-04 19:52:54 +0000 |
commit | 98976d56494aee032e1a81bda35030767aacf35e (patch) | |
tree | 9d5ddbddec9be5fce0575284d06dffa7c6006941 /cross | |
parent | 2ad460f120a1a59ab80536f44f9483ed3f73ae6e (diff) | |
download | pkgsrc-98976d56494aee032e1a81bda35030767aacf35e.tar.gz |
PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages
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 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 |