CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/09/11 06:32:50
Modified files:
www/nginx : Makefile
Log message:
add WANTLIB-njs+=pcre2-8; it is listed as Extra by check-lib-depends but
the njs module does use functions from this library (relying on it already
being pulled in by the main nginx binary). Without this the LIB_DEPENDS-njs
is ignored for updates because there's no matching WANTLIB entry.
