diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-10-26 00:52:33 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-10-26 00:52:33 +0000 |
commit | 3be3e90f932fe30b2ab3df681ac68ff01b119a6d (patch) | |
tree | b8b96118ea47b0d759741f6837c7c0e3268cf8b1 /devel/avr-gcc | |
parent | 4b2913315ac04ce65cf04717b6ded5d434c5744a (diff) | |
download | ports-3be3e90f932fe30b2ab3df681ac68ff01b119a6d.tar.gz ports-3be3e90f932fe30b2ab3df681ac68ff01b119a6d.zip |
Notes
Diffstat (limited to 'devel/avr-gcc')
-rw-r--r-- | devel/avr-gcc/Makefile | 8 |
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 |