diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-08 10:34:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-08 10:34:16 +0800 |
commit | 449352d16afbdb7284e9b5cb7ba9e8c40e621a60 (patch) | |
tree | d6028b9efa8da4ba8c605e2fb95f238e1ec1a10f /security/ftimes | |
parent | 800165f501295bff353069998656c4cd04fefd71 (diff) | |
download | freebsd-ports-gnome-449352d16afbdb7284e9b5cb7ba9e8c40e621a60.tar.gz freebsd-ports-gnome-449352d16afbdb7284e9b5cb7ba9e8c40e621a60.tar.zst freebsd-ports-gnome-449352d16afbdb7284e9b5cb7ba9e8c40e621a60.zip |
Mark as broken on arm64 and mips64: cpu not supported.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security/ftimes')
-rw-r--r-- | security/ftimes/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile index 54271ba662cc..169f02f96bfb 100644 --- a/security/ftimes/Makefile +++ b/security/ftimes/Makefile @@ -13,6 +13,9 @@ COMMENT= System baselining and evidence collection tool LICENSE= BSD3CLAUSE APACHE20 MIT LICENSE_COMB= multi +BROKEN_arm64: fails to build: aarch64 is not currently supported +BROKEN_mips64: fails to build: mips64 is not currently supported + GNU_CONFIGURE= yes USES= perl5 shebangfix tar:tgz USE_PERL5= run build |