summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2023-09-10 18:28:19 +0200
committerCarlo Strub <cs@FreeBSD.org>2023-09-10 18:28:19 +0200
commitb90d862ffc78462399c4944e4b0cc77ddac8c44c (patch)
tree73f3a5b4f504f40916dd96919023f1edc136c21f
parent4c57ec551886ad8ac50e7eb6e7623be15fde415b (diff)
downloadfreebsd-ports-b90d862ffc78462399c4944e4b0cc77ddac8c44c.zip
security/arti: Exclude i386 arch
-rw-r--r--security/arti/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/arti/Makefile b/security/arti/Makefile
index 4aa1ad446462..3d0ceb573d8d 100644
--- a/security/arti/Makefile
+++ b/security/arti/Makefile
@@ -1,5 +1,6 @@
PORTNAME= arti
DISTVERSION= 1.1.8
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= cs@FreeBSD.org
@@ -8,6 +9,8 @@ WWW= https://arti.torproject.org/
LICENSE= MIT
+NOT_FOR_ARCHS= i386
+NOT_FOR_ARCHS_REASON=Zeroize crate does not support i386
LIB_DEPENDS= libzstd.so:archivers/zstd
USES= cargo sqlite ssl