diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-10-06 03:19:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-10-06 03:19:09 +0000 |
commit | cd1bd9c8858d2c8dceb528f46dc88dd1e11f069f (patch) | |
tree | 9e845858c4077b2f976ddba642ae0ee5c5ec6f0d /devel/avr-libc | |
parent | 2bff972264a763321c7720d3544376fbdc90268a (diff) |
Notes
Diffstat (limited to 'devel/avr-libc')
-rw-r--r-- | devel/avr-libc/Makefile | 4 |
1 files 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 \ |