diff options
-rw-r--r-- | net-mgmt/mdata-client/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/mdata-client/Makefile b/net-mgmt/mdata-client/Makefile index 9ca22cb26a4e..b50de98ffaa9 100644 --- a/net-mgmt/mdata-client/Makefile +++ b/net-mgmt/mdata-client/Makefile @@ -10,9 +10,8 @@ COMMENT= Metadata tools for use within guests of the SmartOS LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_mips= fails to compile: unrecognized command line option "-Wno-typedef-redefinition" -BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-typedef-redefinition" -BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-typedef-redefinition" +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= SmartOS only runs on amd64 USES= gmake USE_GITHUB= yes |