diff options
author | swills <swills@FreeBSD.org> | 2013-01-14 06:15:45 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-01-14 06:15:45 +0800 |
commit | ff9b73e9e2b48e25b18048f8bedb254dc22f003e (patch) | |
tree | 2dc0e32a131cc26a98a0b5521647ccd42c93da95 /net-mgmt | |
parent | f656b630634e127fae10ad311aec9bb9c68e3101 (diff) | |
download | freebsd-ports-gnome-ff9b73e9e2b48e25b18048f8bedb254dc22f003e.tar.gz freebsd-ports-gnome-ff9b73e9e2b48e25b18048f8bedb254dc22f003e.tar.zst freebsd-ports-gnome-ff9b73e9e2b48e25b18048f8bedb254dc22f003e.zip |
- Allow not selecting INPUT/OUTPUT so RRDTOOL is not required
PR: ports/174903
Submitted by: bdrewery
Approved by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer)
Diffstat (limited to 'net-mgmt')
-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 |