svn commit: r549951 - head/biology/infernal

Mark Linimon linimon at FreeBSD.org
Thu Sep 24 20:39:00 UTC 2020


Author: linimon
Date: Thu Sep 24 20:38:59 2020
New Revision: 549951
URL: https://svnweb.freebsd.org/changeset/ports/549951

Log:
  Also enable on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/infernal/Makefile

Modified: head/biology/infernal/Makefile
==============================================================================
--- head/biology/infernal/Makefile	Thu Sep 24 20:37:57 2020	(r549950)
+++ head/biology/infernal/Makefile	Thu Sep 24 20:38:59 2020	(r549951)
@@ -11,7 +11,7 @@ COMMENT=	Search sequence databases for structural RNA 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 powerpcspe
+ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 powerpc64le powerpcspe
 ONLY_FOR_ARCHS_REASON=	requires SSE2 or AltiVec instructions
 
 USES=		compiler:c11 gmake perl5 python:3.5+,test shebangfix


More information about the svn-ports-head mailing list