diff options
Diffstat (limited to 'devel/libopencm3/Makefile')
-rw-r--r-- | devel/libopencm3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libopencm3/Makefile b/devel/libopencm3/Makefile index 0d7cb033b949..01fde26eb77c 100644 --- a/devel/libopencm3/Makefile +++ b/devel/libopencm3/Makefile @@ -9,7 +9,7 @@ COMMENT= LGPLv3 Cortex-M0/M3/M4 runtime library LICENSE= LGPL3 -BUILD_DEPENDS= ${LOCALBASE}/gcc-arm-embedded-${TOOLCHAIN_FULL_VERSION}/bin/arm-none-eabi-gcc:${PORTSDIR}/devel/gcc-arm-embedded +BUILD_DEPENDS= ${LOCALBASE}/gcc-arm-embedded-${TOOLCHAIN_FULL_VERSION}/bin/arm-none-eabi-gcc:devel/gcc-arm-embedded USE_GITHUB= yes GH_ACCOUNT= libopencm3 |