git: bf227c7354bd - main - ports: Fix after 771e57d671d9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Sep 2024 22:57:01 UTC
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf227c7354bdfe9fc0b7f6f5214300379bf29052 commit bf227c7354bdfe9fc0b7f6f5214300379bf29052 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2024-09-23 22:56:35 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2024-09-23 22:56:35 +0000 ports: Fix after 771e57d671d9 I missed a step when I renamed devel/xtensa-esp32-elf to devel/xtensa-esp-elf; update devel/Makefile PR: 281677 Reported by: Robert William Vesterman --- devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/Makefile b/devel/Makefile index c5d401d3e429..e6f297622218 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -8251,7 +8251,7 @@ SUBDIR += xpeviewer SUBDIR += xsd SUBDIR += xsimd - SUBDIR += xtensa-esp32-elf + SUBDIR += xtensa-esp-elf SUBDIR += xtl SUBDIR += xtl-quant-stack SUBDIR += xwpe