summaryrefslogtreecommitdiff
path: root/cross/avr-gcc
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-15 18:27:48 +0000
committerjlam <jlam>2005-07-15 18:27:48 +0000
commit2145b112085dd79844ef75eec248fba54142dac2 (patch)
tree91f275af994eade5936cfd1677c803fdc48b0f89 /cross/avr-gcc
parent3f2acd81c0669a0b17a6f3580a3413783dd6a4db (diff)
downloadpkgsrc-2145b112085dd79844ef75eec248fba54142dac2.tar.gz
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.
Diffstat (limited to 'cross/avr-gcc')
-rw-r--r--cross/avr-gcc/Makefile5
1 files changed, 2 insertions, 3 deletions
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}