summaryrefslogtreecommitdiff
path: root/devel/arduino-tools
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-11-15 10:09:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-11-15 10:09:03 +0000
commit2f26d37a5937d9b654ab7ef7fc9f16733f276fce (patch)
tree7435e03800d67487a12883520185e55f875dd1b3 /devel/arduino-tools
parent- Add LICENSE_FILE (diff)
Update binutils to 2.33.1
While here, convert binutils into flavors, that ease a lot maintenance and helps cleaning out the code. This is inspired by the same work on going on the xtoolchained gcc by jhb@ PR: 241756 Exp-run: antoine (portmgr) Discussed with: jhb Differential Revision: https://reviews.freebsd.org/D22258
Diffstat (limited to 'devel/arduino-tools')
-rw-r--r--devel/arduino-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/arduino-tools/Makefile b/devel/arduino-tools/Makefile
index 97630cc7d2e1..9e1ce9366ac5 100644
--- a/devel/arduino-tools/Makefile
+++ b/devel/arduino-tools/Makefile
@@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= arduino-avrdude:devel/arduino-avrdude \
bossac:devel/bossa \
- avr-as:devel/avr-binutils \
+ avr-as:devel/binutils@avr \
avr-gcc:devel/avr-gcc \
${LOCALBASE}/avr/include/avr/io.h:devel/avr-libc \
gcc-arm-embedded>0:devel/gcc-arm-embedded \