aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrond Endrestol <Trond.Endrestol@ximalas.info>2023-11-11 14:29:24 +0000
committerCy Schubert <cy@FreeBSD.org>2023-11-11 14:34:02 +0000
commitbf5b04cd814333671f8848df34efa3c5dc06dd75 (patch)
tree1ba908d193267a0c90004a4e986ed08852bb3f76
parent5b2712350d76e18ee0842c8f037e8ec40e4a20fe (diff)
downloadports-bf5b04cd814333671f8848df34efa3c5dc06dd75.tar.gz
ports-bf5b04cd814333671f8848df34efa3c5dc06dd75.zip
security/aide: Fix build
Fix: configure: error: libpcre2-8 not found by pkg-config - Try to add directory containing libpcre2-8.pc to PKG_CONFIG_PATH environment variable PR: 275027 Fixes: 1b319a6f2949
-rw-r--r--security/aide/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index 4dc134f60213..6150d7356a7f 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -8,10 +8,10 @@ COMMENT= File and directory integrity checker
WWW= https://aide.github.io/
LIB_DEPENDS= libmhash.so:security/mhash \
- libpcre.so:devel/pcre \
+ libpcre2-8.so:devel/pcre2 \
libe2p.so:sysutils/e2fsprogs-core
-USES= bison gmake localbase
+USES= bison gmake localbase pkgconfig:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-mhash \