git: 1905bd032f4a - main - math/gap: Attempt to fix the intermittent failure due to missing automake-1.16

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Tue, 15 Aug 2023 08:24:03 UTC
The branch main has been updated by yuri:

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

commit 1905bd032f4a1592bd463b6e4161fda646426c05
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-15 08:22:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-15 08:24:01 +0000

    math/gap: Attempt to fix the intermittent failure due to missing automake-1.16
    
    Reported by:    fallout
---
 math/gap/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/gap/Makefile b/math/gap/Makefile
index c9e6929e054d..8ea4f7288db3 100644
--- a/math/gap/Makefile
+++ b/math/gap/Makefile
@@ -10,6 +10,7 @@ WWW=		https://www.gap-system.org/
 LICENSE=	GPLv2+
 
 BUILD_DEPENDS=	bash:shells/bash
+BUILD_DEPENDS+=	automake:devel/automake # attempt to fix the intermittent failure: WARNING: 'automake-1.16' is missing on your system.
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 USES=		gmake libtool localbase perl5 readline shebangfix