diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /databases/nagios-check_redis | |
parent | Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c. (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'databases/nagios-check_redis')
-rw-r--r-- | databases/nagios-check_redis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/nagios-check_redis/Makefile b/databases/nagios-check_redis/Makefile index c8e14fda2470..74dda55f0239 100644 --- a/databases/nagios-check_redis/Makefile +++ b/databases/nagios-check_redis/Makefile @@ -11,9 +11,9 @@ DISTFILES= # none MAINTAINER= demon@FreeBSD.org COMMENT= Nagios plugin to check redis server -RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins \ - p5-Redis>=0:${PORTSDIR}/databases/p5-Redis \ - p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP +RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/utils.pm:net-mgmt/nagios-plugins \ + p5-Redis>=0:databases/p5-Redis \ + p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP USES= perl5 USE_PERL5= run |