diff options
author | grant <grant@pkgsrc.org> | 2004-06-11 13:17:06 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-11 13:17:06 +0000 |
commit | 6f5582f4527b54e9b4042224aa2f6f44db51425f (patch) | |
tree | 8a1eb58f81ead4b0e99d04ee612ad8ad22b323e9 /cross/avr-gcc/Makefile | |
parent | a78180b3e495cdf23b80f90e4cf6fe95abc74ed6 (diff) | |
download | pkgsrc-6f5582f4527b54e9b4042224aa2f6f44db51425f.tar.gz |
replace the deprecated USE_BISON and this also needs flex(1).
Diffstat (limited to 'cross/avr-gcc/Makefile')
-rw-r--r-- | cross/avr-gcc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile index 6f7fc3fe697..5ff2cdb84dc 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/05/08 04:50:51 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/06/11 13:17:06 grant Exp $ # FreeBSD Id: ports/devel/avr-gcc/Makefile,v 1.24 2003/05/11 19:32:20 joerg Exp DISTNAME= gcc-3.3.2003.05.11 @@ -24,8 +24,7 @@ GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_PERL5_BUILD= yes USE_BZIP2= yes -USE_GNU_TOOLS+= make -USE_BISON= yes +USE_GNU_TOOLS+= lex make yacc USE_PKGLOCALEDIR= yes CONFIGURE_ARGS= --target=avr --prefix=${PREFIX} |