diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:29:51 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:29:51 +0000 |
commit | f850cf2ff02e845bcec03dff14fa110cb5808d6a (patch) | |
tree | 68b40f3f4036b306637ebfb7679083aa441086a8 /net-mgmt/nagios-check_smartmon | |
parent | 2f71940292af6b2d050e8b473d717357401b40fc (diff) |
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371450
Diffstat (limited to 'net-mgmt/nagios-check_smartmon')
-rw-r--r-- | net-mgmt/nagios-check_smartmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-check_smartmon/Makefile b/net-mgmt/nagios-check_smartmon/Makefile index f242a31694a2..85a0509ae93a 100644 --- a/net-mgmt/nagios-check_smartmon/Makefile +++ b/net-mgmt/nagios-check_smartmon/Makefile @@ -13,7 +13,7 @@ COMMENT= Nagios plug-in to get status from smartmontools RUN_DEPENDS= ${LOCALBASE}/sbin/smartctl:${PORTSDIR}/sysutils/smartmontools -USE_PYTHON= yes +USES= python NO_BUILD= yes do-install: |