diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-07 21:12:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-07 21:12:17 +0000 |
commit | 8267ecfa6da30070a61cd488ed86f48cd79c2af2 (patch) | |
tree | aa5169b4b539f4cfe14f398b11826c4ec128113d /cross | |
parent | 74b4bc55bf5379fc3b6ed8696cd918b53eae8ed3 (diff) | |
download | pkgsrc-8267ecfa6da30070a61cd488ed86f48cd79c2af2.tar.gz |
Needs msgfmt.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avr-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile index 81e772f5d41..edb88b718c2 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/10/11 16:12:32 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/12/07 21:12:17 joerg Exp $ DISTNAME= gcc-3.3.2003.05.11 PKGNAME= avr-gcc-3.3.2003.05.11 @@ -22,7 +22,7 @@ EXTRACT_ONLY= gcc-core+g++-3.3.2003.05.11${EXTRACT_SUFX} # the original master site still uses .gz. GNU_CONFIGURE= yes USE_BZIP2= yes -USE_TOOLS+= bison gmake lex perl tar +USE_TOOLS+= bison gmake lex perl tar msgfmt USE_PKGLOCALEDIR= yes CONFIGURE_ARGS+= --target=avr |