git: e819fc782254 - main - net-mgmt/netdata: Clean up after ff1e979c0f1aeb1c08445d57b40f2c81032c4785
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 05:51:19 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e819fc7822549cc7a2f1c02c8c51096839cf0556 commit e819fc7822549cc7a2f1c02c8c51096839cf0556 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 05:40:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 05:40:41 +0000 net-mgmt/netdata: Clean up after ff1e979c0f1aeb1c08445d57b40f2c81032c4785 OPTIONS_DEFAULT_FreeBSD_{12,13,14} has been merged into OPTIONS_DEFAULT. --- net-mgmt/netdata/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index 118a94db9ee9..dfe17b2fbb74 100644 --- a/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -56,7 +56,6 @@ PLIST_SUB= NETDATA_CACHE=${NETDATA_CACHE} \ OPTIONS_DEFINE= CLOUD CUPS DBENGINE FREEIPMI GOPLUGIN LTO OPTIONS_DEFAULT= DBENGINE LTO -OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} OPTIONS_EXCLUDE_powerpc64= LTO OPTIONS_EXCLUDE_riscv64= LTO OPTIONS_SUB= YES