aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-10 18:14:33 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-10-10 18:14:33 +0000
commit1834883816a0167783d127232331dfab4ec5008f (patch)
treec9a497d88362c04bce3728e165e8a916fa1d9a9f
parent184a2d43b66d651ee245cc746ab5854977c73dcf (diff)
downloadports-1834883816a0167783d127232331dfab4ec5008f.tar.gz
ports-1834883816a0167783d127232331dfab4ec5008f.zip
net-mgmt/p5-FusionInventory-Agent: enable DMIDECODE only where it's available
-rw-r--r--net-mgmt/p5-FusionInventory-Agent/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net-mgmt/p5-FusionInventory-Agent/Makefile b/net-mgmt/p5-FusionInventory-Agent/Makefile
index 10098b2f9b7b..f2a81fc6dc76 100644
--- a/net-mgmt/p5-FusionInventory-Agent/Makefile
+++ b/net-mgmt/p5-FusionInventory-Agent/Makefile
@@ -42,7 +42,14 @@ CONFLICTS= p5-FusionInventory-Agent-Task-NetDiscovery-* \
OPTIONS_DEFINE= CUPS DAEMON DMIDECODE DEPLOY NETDISC NETINV PCIUTILS \
SSL VMWARE WOL ZLIB
-OPTIONS_DEFAULT= DAEMON DMIDECODE PCIUTILS ZLIB
+OPTIONS_DEFAULT= DAEMON PCIUTILS ZLIB
+OPTIONS_DEFAULT_aarch64= DMIDECODE
+OPTIONS_DEFAULT_amd64= DMIDECODE
+OPTIONS_DEFAULT_armv6= DMIDECODE
+OPTIONS_DEFAULT_armv7= DMIDECODE
+OPTIONS_DEFAULT_i386= DMIDECODE
+OPTIONS_DEFAULT_riscv64= DMIDECODE
+OPTIONS_DEFAULT_riscv64sf= DMIDECODE
OPTIONS_SUB= yes
DAEMON_DESC= Daemon mode, with opt. web interface