diff options
Diffstat (limited to 'devel/avr-gcc-devel/Makefile')
-rw-r--r-- | devel/avr-gcc-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/avr-gcc-devel/Makefile b/devel/avr-gcc-devel/Makefile index 0c4f009430ba..ddb574d4b0b8 100644 --- a/devel/avr-gcc-devel/Makefile +++ b/devel/avr-gcc-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcc-devel PORTVERSION= 4.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITES+= http://people.freebsd.org/~joerg/:local @@ -24,7 +24,7 @@ COMMENT= FSF GCC 4.3.x for Atmel AVR 8-bit RISC cross-development BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils LIB_DEPENDS= mpfr.3:${PORTSDIR}/math/mpfr \ - gmp.7:${PORTSDIR}/math/libgmp4 + gmp.8:${PORTSDIR}/math/libgmp4 RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils |