aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2022-01-25 04:40:38 +0000
committerCy Schubert <cy@FreeBSD.org>2022-01-25 05:14:42 +0000
commited86ae88a10fd19d16014fdc6972cbf7e2a85d05 (patch)
tree10f0010bccb25effe2bdcc5308bc06e243256c6a
parent209ec25ccdd1b768f3635c060ef317e2665e6c53 (diff)
downloadports-ed86ae88a10fd19d16014fdc6972cbf7e2a85d05.tar.gz
ports-ed86ae88a10fd19d16014fdc6972cbf7e2a85d05.zip
security/aide: Remove redundant autoreconf
Remove the unneeded autoreconf. It causes poudriere builds to fail. (cherry picked from commit d598dd3455265f48323009020c367b4e74301b14)
-rw-r--r--security/aide/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \