[Bug 291607] sysutils/pfstat failed to build on FreeBSD 15 ABI

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 18 Dec 2025 17:40:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291607

--- Comment #12 from Vladimir Druzenko <vvd@FreeBSD.org> ---
CFLAGS+=        -I${LOCALBASE}/include
LDFLAGS+=       -L${LOCALBASE}/lib
LDFLAGS+=       -lpfctl
Why not move this to port's Makefile?
USES+=          localbase:ldflags
LDFLAGS+=       -lpfctl

-- 
You are receiving this mail because:
You are the assignee for the bug.