From 037bd13c9c5de9ea77e4c0716b58c1bd9b513dba Mon Sep 17 00:00:00 2001 From: "Jason W. Bacon" Date: Thu, 9 May 2019 22:12:26 +0000 Subject: biology/vsearch: Remove powerpc64 support Requires little endian mode and FreeBSD currently does not support it --- biology/vsearch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biology/vsearch/Makefile b/biology/vsearch/Makefile index eed8a9d773c9..8c1f4c976e71 100644 --- a/biology/vsearch/Makefile +++ b/biology/vsearch/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt # Note: For PPC need power8 or later, little endian -ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 +ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= Explicitly enumerated by upstream developers LIB_DEPENDS= libsysinfo.so:devel/libsysinfo -- cgit v1.2.3