diff options
Diffstat (limited to 'net-mgmt/collectd/Makefile')
-rw-r--r-- | net-mgmt/collectd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index 39978e644b6f..1014031c2520 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -16,9 +16,9 @@ USE_AUTOTOOLS= autoconf autoheader automake libltdl WANT_GNOME= yes OPTIONS_DEFINE= CGI BIND DEBUG GCRYPT VIRT -OPTIONS_MULTI= INPUT OUTPUT -OPTIONS_MULTI_OUTPUT= RRDTOOL RRDCACHED WRITE_HTTP -OPTIONS_MULTI_INPUT= APACHE APCUPS CURL CURL_JSON CURL_XML DBI DISK \ +OPTIONS_GROUP= INPUT OUTPUT +OPTIONS_GROUP_OUTPUT= RRDTOOL RRDCACHED WRITE_HTTP +OPTIONS_GROUP_INPUT= APACHE APCUPS CURL CURL_JSON CURL_XML DBI DISK \ NUTUPS INTERFACE MBMON MEMCACHED MYSQL NGINX OPENVPN \ PDNS PGSQL PING PYTHON ROUTEROS SNMP TOKYOTYRANT XMMS OPTIONS_DEFAULT= BIND INTERFACE PING SNMP RRDTOOL RRDCACHED |