summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-03-20 12:10:04 +0000
committerjmmv <jmmv>2005-03-20 12:10:04 +0000
commit051be163b223d5da965feeb8a2d9ff6079c84915 (patch)
tree136b0caf2572d0898da1780e0665a29916045317 /cross
parent69b80487cc556c38631d8d06a817d306b3a4fc0f (diff)
downloadpkgsrc-051be163b223d5da965feeb8a2d9ff6079c84915.tar.gz
Turn avr-binutils into a full dependency, not just a build one. It's needed
at run time and also to handle the removal of the ${PREFIX}/avr directory. Bump PKGREVISION to 1.
Diffstat (limited to 'cross')
-rw-r--r--cross/avr-gcc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile
index 255e66249ca..87457981319 100644
--- a/cross/avr-gcc/Makefile
+++ b/cross/avr-gcc/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2005/01/01 00:17:55 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2005/03/20 12:10:04 jmmv 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
PKGNAME= avr-gcc-3.3.2003.05.11
+PKGREVISION= 1
CATEGORIES= cross
MASTER_SITES= http://people.freebsd.org/~joerg/
EXTRACT_SUFX= .tar.bz2
@@ -12,7 +13,7 @@ DISTFILES= gcc-core+g++-3.3.2003.05.11${EXTRACT_SUFX} \
MAINTAINER= karlj@mdstud.chalmers.se
COMMENT= GNU gcc-3.3 for Atmel AVR 8-bit RISC microcontrollers
-BUILD_DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils
+DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils
BUILD_DEPENDS+= autoconf-[0-9]*:../../devel/autoconf
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison