git: ed86ae88a10f - 2022Q1 - security/aide: Remove redundant autoreconf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 05:14:50 UTC
The branch 2022Q1 has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed86ae88a10fd19d16014fdc6972cbf7e2a85d05 commit ed86ae88a10fd19d16014fdc6972cbf7e2a85d05 Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2022-01-25 04:40:38 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2022-01-25 05:14:42 +0000 security/aide: Remove redundant autoreconf Remove the unneeded autoreconf. It causes poudriere builds to fail. (cherry picked from commit d598dd3455265f48323009020c367b4e74301b14) --- security/aide/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/aide/Makefile b/security/aide/Makefile index fbf829de0469..2995ab681919 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -11,7 +11,7 @@ COMMENT= File and directory integrity checker LIB_DEPENDS= libmhash.so:security/mhash \ libpcre.so:devel/pcre -USES= autoreconf bison gmake localbase +USES= bison gmake localbase GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-mhash \