diff options
author | danfe <danfe@FreeBSD.org> | 2016-10-29 01:55:30 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-10-29 01:55:30 +0800 |
commit | 4cddce3e343384a7588c6c19a7050239399d05cf (patch) | |
tree | 6c94ac45d7b0953362dd572a0936e7d2ebbf5b05 /net-mgmt | |
parent | abe9bcec8025fd9752f8e106e0e3322cc88f23f3 (diff) | |
download | freebsd-ports-gnome-4cddce3e343384a7588c6c19a7050239399d05cf.tar.gz freebsd-ports-gnome-4cddce3e343384a7588c6c19a7050239399d05cf.tar.zst freebsd-ports-gnome-4cddce3e343384a7588c6c19a7050239399d05cf.zip |
Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description. Those ports where it meant something more specific were
left untouched.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index b9f84baf7db0..b4a1b4949e1b 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -38,7 +38,6 @@ CURL_DESC= Enable curl-based plugins (apache, nginx, etc) CURL_JSON_DESC= Enable curl_json plugin (implies curl and json) CURL_XML_DESC= Enable ascent, bind, curl_xml plugins (implies curl and xml) DBI_DESC= Enable dbi plugin -DEBUG_DESC= Enable debugging GCRYPT_DESC= Build with libgcrypt IPMI_DESC= Enable OpenIPMI plugin JSON_DESC= Enable JSON plugins |