git: eb4078f32812 - main - math/gap: Remove unnecessary USES=autoreconf

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 03 Sep 2022 04:37:31 UTC
The branch main has been updated by yuri:

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

commit eb4078f328120e3af1a6f74087109c370dcdd2be
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-09-03 04:35:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-09-03 04:37:28 +0000

    math/gap: Remove unnecessary USES=autoreconf
    
    Recently build began to break with automake- and autoconf-related
    messages, and the removal would likely fix the breakage.
    
    Reported by:    fallout
---
 math/gap/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/math/gap/Makefile b/math/gap/Makefile
index ad3112d8d524..f43d0613cce9 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -15,8 +15,7 @@ BROKEN_riscv64=		fails to link: undefined reference to SyAllocBags
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libgmp.so:math/gmp
 
-USES=		autoreconf:build gmake libtool localbase perl5 shebangfix	\
-		readline
+USES=		gmake libtool localbase perl5 readline shebangfix
 SHEBANG_FILES=	.
 USE_PERL5=	run