From 2145b112085dd79844ef75eec248fba54142dac2 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 15 Jul 2005 18:27:48 +0000 Subject: Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package. --- cross/avr-gcc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cross/avr-gcc') diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile index 52b1243c376..f918d28dc9e 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/22 20:07:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/07/15 18:27:48 jlam Exp $ DISTNAME= gcc-3.3.2003.05.11 PKGNAME= avr-gcc-3.3.2003.05.11 @@ -23,8 +23,7 @@ EXTRACT_ONLY= gcc-core+g++-3.3.2003.05.11${EXTRACT_SUFX} GNU_CONFIGURE= yes USE_PERL5= build USE_BZIP2= yes -USE_TOOLS+= bison gmake lex -PKGSRC_USE_TOOLS+= tar +USE_TOOLS+= bison gmake lex tar USE_PKGLOCALEDIR= yes CONFIGURE_ARGS= --target=avr --prefix=${PREFIX} -- cgit v1.2.3