git: d598dd345526 - main - security/aide: Remove redundant autoreconf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 05:13:25 UTC
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d598dd3455265f48323009020c367b4e74301b14 commit d598dd3455265f48323009020c367b4e74301b14 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:13:01 +0000 security/aide: Remove redundant autoreconf Remove the unneeded autoreconf. It causes poudriere builds to fail. MFH: 2022Q1 --- 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 \