diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-01 00:17:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-01 00:17:55 +0000 |
commit | 168e6fde2bafaa089279109a4f86c0937b71b221 (patch) | |
tree | 24d0c500e739335a20dc7d78a5c583122a803371 | |
parent | f6d4f146df49efbd72663481d7b481f80a8dabef (diff) | |
download | pkgsrc-168e6fde2bafaa089279109a4f86c0937b71b221.tar.gz |
USE_PERL5_BUILD=yes -> USE_PERL5=build
-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 5ff2cdb84dc..255e66249ca 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/06/11 13:17:06 grant Exp $ +# $NetBSD: Makefile,v 1.8 2005/01/01 00:17:55 minskim 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 @@ -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_BUILDLINK3= yes -USE_PERL5_BUILD= yes +USE_PERL5= build USE_BZIP2= yes USE_GNU_TOOLS+= lex make yacc USE_PKGLOCALEDIR= yes |