aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2023-07-22 21:12:50 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2023-07-22 21:12:50 +0000
commit24377618fdcc4ffcf2795b5a69236e494cd615b1 (patch)
treee016249ba6b6ef4c63701e8eb32b1288f2b9295f
parent546ae89fe34b974dc5aea8ceb28a6ab371adbf9f (diff)
downloadports-24377618fdcc4ffcf2795b5a69236e494cd615b1.tar.gz
ports-24377618fdcc4ffcf2795b5a69236e494cd615b1.zip
biology/salmon: Set NOT_FOR_ARCHS to all 32-bit processors
-rw-r--r--biology/salmon/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/biology/salmon/Makefile b/biology/salmon/Makefile
index 73ad3402f38a..db9be80895a0 100644
--- a/biology/salmon/Makefile
+++ b/biology/salmon/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/COMBINE-lab/salmon
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe
+NOT_FOR_ARCHS_REASON= Requires 64-bit processor
+
# libtool and auto* are run manually in submodules, so don't put them in USES
BUILD_DEPENDS= bash:shells/bash \
cereal>=1.3.0:devel/cereal \