diff options
| author | Larry Rosenman <ler@FreeBSD.org> | 2025-01-13 23:51:28 +0000 |
|---|---|---|
| committer | Larry Rosenman <ler@FreeBSD.org> | 2025-01-13 23:52:23 +0000 |
| commit | efbb151650721f0dff7a761e08f7970951954ffa (patch) | |
| tree | 2d0d9cd17dcb6c0d8e60f9de45462da12d04b2a8 /sysutils/lsof/Makefile | |
| parent | dc32d024c576d678523bd3c858f5d2e4e149ab45 (diff) | |
Diffstat (limited to 'sysutils/lsof/Makefile')
| -rw-r--r-- | sysutils/lsof/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 7c27fdc3df99..12cdcdcebb9f 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,8 @@ # note: If someone has a fix for a particular ARCH please feel free # to commit it. I (ler) don't have access to all the ARCH's - PORTNAME= lsof DISTVERSION= 4.99.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 8 CATEGORIES= sysutils @@ -43,7 +42,9 @@ BOOKE_CFLAGS= -DBOOKE CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -n freebsd CONFIGURE_ENV= FREEBSD_SYS="${SRC_BASE}/sys" \ - LSOF_CC="${CC}" + LSOF_CC="${CC}" \ + LSOF_OPINC="-idirafter ${SRC_BASE}/sys" + # GCC needs -lzfs -lzpool for reasons unknown. If someone can # figure out why, I (ler) am all ears. |
