summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2019-12-21 02:01:52 +0000
committerLarry Rosenman <ler@FreeBSD.org>2019-12-21 02:01:52 +0000
commit0fa5f054469f0cf056137cd40d75429146ddc19a (patch)
tree3255cb819527113f39276d60b00079e042ce1c6f /sysutils/lsof/Makefile
parentUpdate base/gcc to work with devel/freebsd-gcc6. (diff)
sysutils/lsof: unbreak after base r354895.
- fix vm_map related breakage - remove #define/#undef _KERNEL for tmpfs (dougm had the header fixed) patch courtesy of dougm@ PR: 242620 Reported by: ish@amail.plala.or.jp Obtained from: dougm
Notes
Notes: svn path=/head/; revision=520539
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r--sysutils/lsof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 5be41f537960..77c5234d0d21 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lsof
DISTVERSION= 4.93.2
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 8
CATEGORIES= sysutils