aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2023-12-05 01:37:18 +0000
committerLarry Rosenman <ler@FreeBSD.org>2023-12-05 01:38:22 +0000
commitc78f39ad94e864dc23c3052f1fe7dd043158dc53 (patch)
treeae3b7eef1c4f5d5259018e04834ecaaedf7ae7e1
parentc58e260aeda428a953d7390c0f3aba2fc86b997c (diff)
downloadports-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/Makefile2
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.