aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2009-11-28 02:42:48 +0800
committerarved <arved@FreeBSD.org>2009-11-28 02:42:48 +0800
commit37946f5e49df2914f94330e427ba24eac4d0ac1c (patch)
tree98b9ff154cd1979c350a242658d0a0e7f6e9f757 /net-mgmt
parente0fea2876386c3ed48804ee9e750a338d4a1460b (diff)
downloadfreebsd-ports-graphics-37946f5e49df2914f94330e427ba24eac4d0ac1c.tar.gz
freebsd-ports-graphics-37946f5e49df2914f94330e427ba24eac4d0ac1c.tar.zst
freebsd-ports-graphics-37946f5e49df2914f94330e427ba24eac4d0ac1c.zip
Add missing RUN_DEPEND on nagios-plugins
PR: 140763 Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> Drop maintainership, as i currently don't use nagios
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-spamd-plugin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/nagios-spamd-plugin/Makefile b/net-mgmt/nagios-spamd-plugin/Makefile
index ca31742d3aa..43d642b8792 100644
--- a/net-mgmt/nagios-spamd-plugin/Makefile
+++ b/net-mgmt/nagios-spamd-plugin/Makefile
@@ -6,15 +6,17 @@
PORTNAME= nagios-spamd-plugin
PORTVERSION= 1.4
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= ftp://jhweiss.de/pub/users/weiss/nagios/plugins/
DISTNAME= check_spamd-${PORTVERSION}.pl
EXTRACT_SUFX=
-MAINTAINER= arved@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Nagios plugin for checking SpamAssassins spamd
-RUN_DEPENDS+= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long
+RUN_DEPENDS+= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
+ ${LOCALBASE}/${NAGIOS_PLUGIN_DIR}/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins
USE_PERL5= yes
NO_WRKSUBDIR= yes