git: 672b1b7c1e41 - main - net-mgmt/check_mysql_health: attempt to fix the build

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Thu, 19 Oct 2023 07:08:03 UTC
The branch main has been updated by fuz:

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

commit 672b1b7c1e414c3882f4a2452c7a5585c949ca78
Author:     Kirill <kirill@varnakov.com>
AuthorDate: 2023-10-16 03:19:58 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-10-19 07:07:25 +0000

    net-mgmt/check_mysql_health: attempt to fix the build
    
    Seems like USES=autoreconf may be required.
    
    PR:             274308
---
 net-mgmt/check_mysql_health/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-mgmt/check_mysql_health/Makefile b/net-mgmt/check_mysql_health/Makefile
index c0738f341a1e..07c912678ae1 100644
--- a/net-mgmt/check_mysql_health/Makefile
+++ b/net-mgmt/check_mysql_health/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	check_mysql_health
 DISTVERSION=	3.0.0.5
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	https://labs.consol.de/assets/downloads/nagios/
 
@@ -12,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	p5-DBD-mysql>=0:databases/p5-DBD-mysql
 
-USES=		perl5
+USES=		autoreconf perl5 gmake
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-statefiles-dir=${NAGIOSDIR} \