diff options
author | Kirill <kirill@varnakov.com> | 2023-10-16 03:19:58 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-10-19 07:07:25 +0000 |
commit | 672b1b7c1e414c3882f4a2452c7a5585c949ca78 (patch) | |
tree | 16ef1f6b3cbdcbdc978b8d089ec695816c9eaefc | |
parent | b58b5a5886f650a861b15a92e3a2bd9583296fa1 (diff) |
net-mgmt/check_mysql_health: attempt to fix the build
Seems like USES=autoreconf may be required.
PR: 274308
-rw-r--r-- | net-mgmt/check_mysql_health/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} \ |