diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-12 11:30:50 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-12 11:30:50 +0000 |
commit | 21a4b315bb3be71341fbb2c9f8a67097473b1a75 (patch) | |
tree | 2fdd876bd54fca4c9b2a78dbf6dbaa7526b0d5ce /net-mgmt | |
parent | 2d7106354f3d3a4eede3550428894f9aeb15df2f (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/rancid3/Makefile | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index be2c06965873..b24283a93e48 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -138,7 +138,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= diff --git a/net-mgmt/rancid3/Makefile b/net-mgmt/rancid3/Makefile index 800ba6fb3b74..e33ddc2e1b50 100644 --- a/net-mgmt/rancid3/Makefile +++ b/net-mgmt/rancid3/Makefile @@ -53,9 +53,7 @@ CONFIGURE_ARGS+= --with-svn BUILD_DEPENDS+= svn:devel/subversion .else CONFIGURE_ARGS+= --without-svn -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 -RUN_DEPENDS+= cvs>0:devel/cvs -.endif +RUN_DEPENDS+= cvs:devel/cvs .endif pre-everything:: |