diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2023-12-05 01:37:18 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2023-12-05 01:38:22 +0000 |
commit | c78f39ad94e864dc23c3052f1fe7dd043158dc53 (patch) | |
tree | ae3b7eef1c4f5d5259018e04834ecaaedf7ae7e1 | |
parent | c58e260aeda428a953d7390c0f3aba2fc86b997c (diff) | |
download | ports-c78f39ad94e864dc23c3052f1fe7dd043158dc53.tar.gz ports-c78f39ad94e864dc23c3052f1fe7dd043158dc53.zip |
sysutils/lsof: /usr/local -> ${LOCALBASE}
Ooops, I'm out of practice.
Reported by: ashish@
-rw-r--r-- | sysutils/lsof/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |