diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-06-05 10:21:27 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-06-05 10:21:27 +0000 |
commit | 5fa7915762a51680e25b6fb3a031a6a3ffe8662f (patch) | |
tree | 8ae4ddb00fbbec6c5b4e969fda5e2171aa41cb94 /net-mgmt/nagios-openldap-plugins | |
parent | b7d4e5bc1ced4c5ac8fe4f6cbe2d142db243196b (diff) |
Notes
Diffstat (limited to 'net-mgmt/nagios-openldap-plugins')
-rw-r--r-- | net-mgmt/nagios-openldap-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nagios-openldap-plugins/Makefile b/net-mgmt/nagios-openldap-plugins/Makefile index 8261af1f1f45..99f659229983 100644 --- a/net-mgmt/nagios-openldap-plugins/Makefile +++ b/net-mgmt/nagios-openldap-plugins/Makefile @@ -17,9 +17,9 @@ COMMENT= Nagios Plugins to monitor OpenLDAP LICENSE= GPLv2 -RUN_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \ +RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ p5-Date-Manip>=6.30:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes + p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes PORTSCOUT= ignore:1 |