diff options
| author | Larry Rosenman <ler@FreeBSD.org> | 2023-12-04 19:37:18 -0600 |
|---|---|---|
| committer | Larry Rosenman <ler@FreeBSD.org> | 2023-12-04 19:38:22 -0600 |
| commit | c78f39ad94e864dc23c3052f1fe7dd043158dc53 (patch) | |
| tree | ae3b7eef1c4f5d5259018e04834ecaaedf7ae7e1 /sysutils/lsof | |
| parent | deskutils/subsurface: Remove www/qt5-webkit dep (diff) | |
sysutils/lsof: /usr/local -> ${LOCALBASE}
Ooops, I'm out of practice.
Reported by: ashish@
Diffstat (limited to 'sysutils/lsof')
| -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. |
