aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/avr-gcc')
-rw-r--r--devel/avr-gcc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile
index e6346966d8dc..0572f61024f9 100644
--- a/devel/avr-gcc/Makefile
+++ b/devel/avr-gcc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gcc
PORTVERSION= 4.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GCC}
MASTER_SITES+= http://people.freebsd.org/~joerg/:local
@@ -19,9 +19,9 @@ 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.4:${PORTSDIR}/math/mpfr \
- gmp.10:${PORTSDIR}/math/gmp \
- mpc.2:${PORTSDIR}/math/mpc
+LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr \
+ libgmp.so:${PORTSDIR}/math/gmp \
+ libmpc.so:${PORTSDIR}/math/mpc
RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
avr-ld:${PORTSDIR}/devel/avr-binutils