summaryrefslogtreecommitdiff
path: root/devel/avr-libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/avr-libc/Makefile')
-rw-r--r--devel/avr-libc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile
index bab8d479b7f8..87ed1e7ce197 100644
--- a/devel/avr-libc/Makefile
+++ b/devel/avr-libc/Makefile
@@ -14,11 +14,11 @@ COMMENT= C and math library for the Atmel AVR controller family
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= avr-as:devel/avr-binutils \
- avr-ld:devel/avr-binutils \
+BUILD_DEPENDS= avr-as:devel/binutils@avr \
+ avr-ld:devel/binutils@avr \
avr-gcc:devel/avr-gcc
-RUN_DEPENDS= avr-as:devel/avr-binutils \
- avr-ld:devel/avr-binutils \
+RUN_DEPENDS= avr-as:devel/binutils@avr \
+ avr-ld:devel/binutils@avr \
avr-gcc:devel/avr-gcc
OPTIONS_DEFINE= DOXYGEN