aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \