summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2023-12-04 19:07:29 -0600
committerLarry Rosenman <ler@FreeBSD.org>2023-12-04 19:08:47 -0600
commit8d096cbc7af5b97f8b8a21255c57942d721366b9 (patch)
tree1e6090efdec6e0a361f906057a4e7b9c04c75cc8 /sysutils/lsof/Makefile
parentgraphics/mesa-devel: update to 23.3.b.1906 (diff)
sysutils/lsof: add a build depends on bash for the timebeing.
PR: 275543 Reported by: jakub_lach@mailplus.pl
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 722dece24d75..65fe53ae4ca8 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -3,6 +3,7 @@
PORTNAME= lsof
DISTVERSION= 4.99.0
+PORTREVISION= 1
PORTEPOCH= 8
CATEGORIES= sysutils
@@ -41,6 +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
# GCC needs -lzfs -lzpool for reasons unknown. If someone can
# figure out why, I (ler) am all ears.