diff options
Diffstat (limited to 'sysutils/u-boot-rpi/Makefile')
-rw-r--r-- | sysutils/u-boot-rpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/u-boot-rpi/Makefile b/sysutils/u-boot-rpi/Makefile index 7b170dfa0872..05256bd0e176 100644 --- a/sysutils/u-boot-rpi/Makefile +++ b/sysutils/u-boot-rpi/Makefile @@ -14,7 +14,7 @@ COMMENT= Cross-build U-Boot loader for Raspberry Pi LICENSE= GPLv2 -BUILD_DEPENDS= arm-none-eabi-gcc:${PORTSDIR}/devel/arm-none-eabi-gcc +BUILD_DEPENDS= arm-none-eabi-gcc:devel/arm-none-eabi-gcc NO_ARCH= yes |