diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/cloud-init/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/cloud-init/Makefile b/net/cloud-init/Makefile index 80163382c5d9..2aa4d2a58239 100644 --- a/net/cloud-init/Makefile +++ b/net/cloud-init/Makefile @@ -37,6 +37,9 @@ USE_PYTHON= autoplist distutils PYDISTUTILS_INSTALLARGS+= "--init-system=sysvinit_freebsd" +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= currently depends on dmidecode which is x86-only + post-build: @cd ${WRKSRC} && ${MV} config/cloud.cfg-freebsd config/cloud.cfg |