diff options
Diffstat (limited to 'devel/zpu-gcc/Makefile')
-rw-r--r-- | devel/zpu-gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/zpu-gcc/Makefile b/devel/zpu-gcc/Makefile index 304bba642313..233246cab56c 100644 --- a/devel/zpu-gcc/Makefile +++ b/devel/zpu-gcc/Makefile @@ -12,7 +12,7 @@ COMMENT= ZPU gcc compiler LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/zpu/bin/zpu-elf-as:${PORTSDIR}/devel/zpu-binutils +BUILD_DEPENDS= ${LOCALBASE}/zpu/bin/zpu-elf-as:devel/zpu-binutils RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/${DISTNAME}/toolchain |