Trail devel/avr-gcc rename to devel/avr-gcc-3

This commit is contained in:
Edwin Groothuis 2006-10-06 03:19:09 +00:00
parent 2bff972264
commit cd1bd9c885
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174617

View file

@ -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 \