aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-01-05 08:11:18 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-01-05 08:25:52 +0000
commit1a8a8d860da483c50f19746e5e19a464ee452329 (patch)
tree88c14d58787110bcfcd80b98325b7b62ce661601
parent82609af6956cbacf19c5e76cd0fd9e55312aca64 (diff)
downloadports-1a8a8d860da483c50f19746e5e19a464ee452329.tar.gz
ports-1a8a8d860da483c50f19746e5e19a464ee452329.zip
lang/rizin: Mark as not for armv{6,7}
-rw-r--r--lang/rizin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/rizin/Makefile b/lang/rizin/Makefile
index a3ab58c85a47..f25b26eed400 100644
--- a/lang/rizin/Makefile
+++ b/lang/rizin/Makefile
@@ -11,6 +11,8 @@ LICENSE= LGPL3 GPLv3
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
+NOT_FOR_ARCHS= armv6 armv7
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
LIB_DEPENDS= libcapstone.so:devel/capstone \
libmspack.so:archivers/libmspack \