From 672b1b7c1e414c3882f4a2452c7a5585c949ca78 Mon Sep 17 00:00:00 2001 From: Kirill Date: Mon, 16 Oct 2023 05:19:58 +0200 Subject: [PATCH] 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 c0738f341a1e7..07c912678ae17 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} \