diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-12 11:44:24 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-12 11:44:24 +0000 |
commit | ed97898957b31ffcc6d83162917f44852c954be6 (patch) | |
tree | 455c47dd122a2f82138aa22109bc705feb769ffb /net-mgmt | |
parent | beb5d0eaf3e620fbd576035fb4399f3efc264b80 (diff) | |
download | ports-ed97898957b31ffcc6d83162917f44852c954be6.tar.gz ports-ed97898957b31ffcc6d83162917f44852c954be6.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/monitoring-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/monitoring-plugins/Makefile b/net-mgmt/monitoring-plugins/Makefile index df113d497ce1..aa21ffec4106 100644 --- a/net-mgmt/monitoring-plugins/Makefile +++ b/net-mgmt/monitoring-plugins/Makefile @@ -130,7 +130,7 @@ SSH_PORTABLE_CONFIGURE_ON= --with-ssh-command=${LOCALBASE}/bin/ssh .include <bsd.port.options.mk> -.if ${OSVERSION} > 1000055 && ${PORT_OPTIONS:MDNS_BASE} +.if ${PORT_OPTIONS:MDNS_BASE} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-dig-to-drill.diff CONFIGURE_ARGS+=--with-dig-command=/usr/bin/drill \ ac_cv_path_PATH_TO_NSLOOKUP= |