summaryrefslogtreecommitdiff
path: root/sysutils/collectd/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/collectd/options.mk')
-rw-r--r--sysutils/collectd/options.mk20
1 files changed, 3 insertions, 17 deletions
diff --git a/sysutils/collectd/options.mk b/sysutils/collectd/options.mk
index 0f181f67497..8b3a7f0c120 100644
--- a/sysutils/collectd/options.mk
+++ b/sysutils/collectd/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2014/02/17 11:21:54 fhajny Exp $
+# $NetBSD: options.mk,v 1.2 2015/04/14 11:27:30 fhajny Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.collectd
-PKG_SUPPORTED_OPTIONS= cpu df interface load memory perl python syslog uptime
+PKG_SUPPORTED_OPTIONS= cpu df interface load memory syslog uptime
PKG_SUGGESTED_OPTIONS+= cpu df interface load memory syslog uptime
.if ${OPSYS} == "NetBSD"
@@ -29,7 +29,7 @@ PKG_SUGGESTED_OPTIONS+= disk nfs swap users zfs-arc
.include "../../mk/bsd.options.mk"
PLIST_VARS+= apple-sensors battery contextswitch cpu df disk \
- interface load memory nfs perl pf processes python swap \
+ interface load memory nfs pf processes swap \
syslog tcpconns uptime users zfs-arc
.for option in ${PLIST_VARS}
@@ -38,17 +38,3 @@ CONFIGURE_ARGS+= --enable-${option:S/-/_/}
PLIST.${option}= yes
. endif
.endfor
-
-.if !empty(PKG_OPTIONS:Mperl)
-USE_TOOLS+= perl
-PERL5_CONFIGURE= no
-PERL5_PACKLIST+= auto/Collectd/.packlist
-CONFIGURE_ARGS+= --with-libperl=${BUILDLINK_PREFIX.perl}
-CONFIGURE_ARGS+= --with-perl-bindings=${MAKE_PARAMS:Q}
-. include "../../lang/perl5/module.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Mpython)
-CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
-. include "../../lang/python/application.mk"
-.endif