aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-04-29 21:15:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-04-29 21:15:42 +0000
commit1b1d7b0219f96fb42527349944e009661e423263 (patch)
tree445ee48a608d64753fcbeb0dc3c2907f9eafe73e /net-mgmt/nagios-plugins
parent12ca691d611d36a2698dd8a325404184e575b20f (diff)
downloadports-1b1d7b0219f96fb42527349944e009661e423263.tar.gz
ports-1b1d7b0219f96fb42527349944e009661e423263.zip
Fix runtime for *-plugins when building WITH=BINDTOOLS.
Notes
Notes: svn path=/head/; revision=500440
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r--net-mgmt/nagios-plugins/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index 01c14a24f9cb..a0c9ac14b5ed 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nagios-plugins
PORTVERSION= 2.2.1
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://www.nagios-plugins.org/download/ \
@@ -116,6 +116,7 @@ DBI_LIB_DEPENDS= libdbi.so:databases/libdbi
DBI_CONFIGURE_WITH= dbi
DNS_BINDTOOLS_BUILD_DEPENDS= ${LOCALBASE}/bin/dig:dns/bind-tools
+DNS_BINDTOOLS_RUN_DEPENDS= ${DNS_BINDTOOLS_BUILD_DEPENDS}
DNS_BINDTOOLS_CONFIGURE_ON= --with-dig-command=${LOCALBASE}/bin/dig \
--with-nslookup-command=${LOCALBASE}/bin/nslookup