Skip to content

Commit

Permalink
net-mgmt/check_mysql_health: attempt to fix the build
Browse files Browse the repository at this point in the history
Seems like USES=autoreconf may be required.

PR:		274308
  • Loading branch information
kuPyxa authored and clausecker committed Oct 19, 2023
1 parent b58b5a5 commit 672b1b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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/

Expand All @@ -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} \
Expand Down

0 comments on commit 672b1b7

Please sign in to comment.