diff options
Diffstat (limited to 'net-mgmt/check_mysql_health/Makefile')
-rw-r--r-- | net-mgmt/check_mysql_health/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/check_mysql_health/Makefile b/net-mgmt/check_mysql_health/Makefile index d64cf6718dff..fe14539d5267 100644 --- a/net-mgmt/check_mysql_health/Makefile +++ b/net-mgmt/check_mysql_health/Makefile @@ -11,7 +11,7 @@ COMMENT= Nagios plugin to check various parameters of a MySQL database LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-statefiles-dir=${NAGIOSDIR} \ |