diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-29 04:28:09 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-29 04:28:09 +0800 |
commit | b6bdd8b8f24b94b09e7cd163549572852c071ef9 (patch) | |
tree | 5a62a6e83dcb9407581de29d79d78de8b1c714e6 /devel | |
parent | eb5708915ecf0ddfc54fb2f41a73874205ca996a (diff) | |
download | freebsd-ports-gnome-b6bdd8b8f24b94b09e7cd163549572852c071ef9.tar.gz freebsd-ports-gnome-b6bdd8b8f24b94b09e7cd163549572852c071ef9.tar.zst freebsd-ports-gnome-b6bdd8b8f24b94b09e7cd163549572852c071ef9.zip |
Actually, the configure error is during the build phase
With hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avr-gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 057945903473..588b0d2e3b4e 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -18,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= FSF GCC 4.x for Atmel AVR 8-bit RISC cross-development -BROKEN= Fails to configure with avr-binutils 2.24 +BROKEN= Fails to build with avr-binutils 2.24 BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils |