From cd1bd9c8858d2c8dceb528f46dc88dd1e11f069f Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 6 Oct 2006 03:19:09 +0000 Subject: [PATCH] Trail devel/avr-gcc rename to devel/avr-gcc-3 --- devel/avr-libc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 347904c918a1..7ebec1fe2ec2 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -18,10 +18,10 @@ COMMENT= A C and math library for the Atmel AVR controller family BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils \ - avr-gcc:${PORTSDIR}/devel/avr-gcc + avr-gcc:${PORTSDIR}/devel/avr-gcc-3 RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils \ - avr-gcc:${PORTSDIR}/devel/avr-gcc + avr-gcc:${PORTSDIR}/devel/avr-gcc-3 .if !defined(NOPORTDOCS) BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen \ latex:${PORTSDIR}/print/teTeX \