diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-12-03 15:37:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-12-03 15:37:32 +0000 |
commit | 53608ee0031e6bf81b41ae3f4e489977b11f5422 (patch) | |
tree | 7442d6abbdae31e695b0ab90b77df293e0aa1553 /security/ftimes | |
parent | 9fd87502e4fe60ac9516a72020cd9e9e90a3c8d4 (diff) | |
download | freebsd-ports-53608ee0031e6bf81b41ae3f4e489977b11f5422.zip |
Also mark as not for riscv64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security/ftimes')
-rw-r--r-- | security/ftimes/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile index 24a10196e312..67ad19f61daf 100644 --- a/security/ftimes/Makefile +++ b/security/ftimes/Makefile @@ -15,6 +15,7 @@ LICENSE_COMB= multi BROKEN_aarch64= fails to build: aarch64 is not currently supported BROKEN_mips64= fails to build: mips64 is not currently supported +BROKEN_riscv64= fails to build: riscv64 is not currently supported GNU_CONFIGURE= yes USES= perl5 shebangfix tar:tgz |