diff options
author | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
commit | 9c3610198c70d4848e049e3cfafddaae4213ab87 (patch) | |
tree | b4ac412c1f5608fbffd6c72418cdc570bfc11d6b /net-mgmt/check_mysql_health | |
parent | 5144a33c408bb6536cad50aaaa281f624050cc12 (diff) | |
download | freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.gz freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.zst freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'net-mgmt/check_mysql_health')
-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 e0006d97f2b7..55c7f8fe68fa 100644 --- a/net-mgmt/check_mysql_health/Makefile +++ b/net-mgmt/check_mysql_health/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://labs.consol.de/wp-content/uploads/2011/04/ MAINTAINER= ssanders@taximagic.com COMMENT= Nagios plugin to check various parameters of a MySQL database -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql LICENSE= GPLv2 |