aboutsummaryrefslogtreecommitdiff
path: root/security/aide
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:13:01 +0000
commitd598dd3455265f48323009020c367b4e74301b14 (patch)
tree58e0ccad300f76923b59f9874608e6765a40f90e /security/aide
parent8db532465cc40ec880921c90077a23a5c6664d8f (diff)
downloadports-d598dd3455265f48323009020c367b4e74301b14.tar.gz
ports-d598dd3455265f48323009020c367b4e74301b14.zip
security/aide: Remove redundant autoreconf
Remove the unneeded autoreconf. It causes poudriere builds to fail. MFH: 2022Q1
Diffstat (limited to 'security/aide')
-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 \