git: c78f39ad94e8 - main - sysutils/lsof: /usr/local -> ${LOCALBASE}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Dec 2023 01:38:27 UTC
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=c78f39ad94e864dc23c3052f1fe7dd043158dc53 commit c78f39ad94e864dc23c3052f1fe7dd043158dc53 Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2023-12-05 01:37:18 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2023-12-05 01:38:22 +0000 sysutils/lsof: /usr/local -> ${LOCALBASE} Ooops, I'm out of practice. Reported by: ashish@ --- sysutils/lsof/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 65fe53ae4ca8..d5b697768ec3 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -42,7 +42,7 @@ CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= FREEBSD_SYS="${SRC_BASE}/sys" \ LSOF_CC="${CC}" -BUILD_DEPENDS= /usr/local/bin/bash:shells/bash +BUILD_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash # GCC needs -lzfs -lzpool for reasons unknown. If someone can # figure out why, I (ler) am all ears.