diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:10:50 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:43:07 +0000 |
| commit | 3476a921443fd96f6d8d820e25c29fb2789e2e51 (patch) | |
| tree | 62d0ebd2686dbfb9ce44e2555f8ba3eb4332a8d6 | |
| parent | fe18f2d3fe0f00900830d10cc34e3ae625c1a6c7 (diff) | |
security/modsecurity3: Fix deprecated CPE_VENDOR
| -rw-r--r-- | security/modsecurity3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/modsecurity3/Makefile b/security/modsecurity3/Makefile index 47a22ed8626b..dd598bdb1583 100644 --- a/security/modsecurity3/Makefile +++ b/security/modsecurity3/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ USES= cpe gmake gnome libtool pkgconfig:build -CPE_VENDOR= trustwave +CPE_VENDOR= owasp USE_GNOME= libxml2 # GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411 |
