diff options
author | danfe <danfe@FreeBSD.org> | 2018-08-30 12:05:07 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-08-30 12:05:07 +0800 |
commit | 4fa843bd5fbc12696ecc16546fdc535d4eca8153 (patch) | |
tree | 9c502719c4b2a6db597c5a905a70e389ee26796b /net-mgmt | |
parent | 6083fca13bd2c809fb87954ce50fb47dc8e61452 (diff) | |
download | freebsd-ports-gnome-4fa843bd5fbc12696ecc16546fdc535d4eca8153.tar.gz freebsd-ports-gnome-4fa843bd5fbc12696ecc16546fdc535d4eca8153.tar.zst freebsd-ports-gnome-4fa843bd5fbc12696ecc16546fdc535d4eca8153.zip |
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/icinga2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile index c1a7447f7e3c..ec6c010780f6 100644 --- a/net-mgmt/icinga2/Makefile +++ b/net-mgmt/icinga2/Makefile @@ -30,7 +30,7 @@ OPTIONS_GROUP_BACKEND= MYSQL PGSQL OPTIONS_RADIO= PLUGINS OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS -OPTIONS_DEFAULT= DOCS MYSQL PGSQL MONPLUGINS +OPTIONS_DEFAULT= MYSQL PGSQL MONPLUGINS MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/monitoring-plugins NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:net-mgmt/nagios-plugins |