aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-06-11 15:09:45 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-06-11 15:09:45 +0000
commit8cbf48bd4b10e39f4f96a5a77120e40e99de8d26 (patch)
tree50f448e0fb0b8504eebaae343d466dcd9e4dd1be /devel/avr-gcc
parentf7015e22ab5c4280ed395c1e3d7cffedb479583f (diff)
downloadports-8cbf48bd4b10e39f4f96a5a77120e40e99de8d26.tar.gz
ports-8cbf48bd4b10e39f4f96a5a77120e40e99de8d26.zip
Chase mpfr library and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=256398
Diffstat (limited to 'devel/avr-gcc')
-rw-r--r--devel/avr-gcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile
index 2ef5d0996e4d..dd4ed3f2ab21 100644
--- a/devel/avr-gcc/Makefile
+++ b/devel/avr-gcc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gcc
PORTVERSION= 4.3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITES+= http://people.freebsd.org/~joerg/:local
@@ -23,7 +23,7 @@ COMMENT= FSF GCC 4.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 \
+LIB_DEPENDS= mpfr.4:${PORTSDIR}/math/mpfr \
gmp.10:${PORTSDIR}/math/gmp
RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils