git: 07926f4e9dc8 - main - security/aide: Don't include e2fsprogs-core in without_acl flavor

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Fri, 25 Apr 2025 02:43:28 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=07926f4e9dc8765b60edb029dac3d8bdf6669eea

commit 07926f4e9dc8765b60edb029dac3d8bdf6669eea
Author:     Michael Proto <mike@jellydonut.org>
AuthorDate: 2025-04-24 22:48:51 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2025-04-25 02:40:48 +0000

    security/aide: Don't include e2fsprogs-core in without_acl flavor
    
    PR:     286330
---
 security/aide/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/security/aide/Makefile b/security/aide/Makefile
index ec7acb4d0ada..c4ceac52b2a5 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	aide
 PORTVERSION=	0.18.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/aide/aide/releases/download/v${PORTVERSION}/
 
@@ -9,8 +9,7 @@ COMMENT=	File and directory integrity checker
 WWW=		https://aide.github.io/
 
 LIB_DEPENDS=	libmhash.so:security/mhash \
-		libpcre2-8.so:devel/pcre2 \
-		libe2p.so:filesystems/e2fsprogs-core
+		libpcre2-8.so:devel/pcre2
 
 USES=		bison gmake localbase pkgconfig:build
 
@@ -35,6 +34,7 @@ FLAVOR?=	${FLAVORS:[1]}
 .if ${FLAVOR:U} != without_acl
 CONFIGURE_ARGS+=--with-posix-acl \
 		--with-e2fsattrs
+LIB_DEPENDS+=	libe2p.so:filesystems/e2fsprogs-core
 .endif
 
 default_PKGNAMESUFFIX=