svn commit: r480834 - head/biology/infernal

Mark Linimon linimon at FreeBSD.org
Thu Sep 27 23:02:57 UTC 2018


Author: linimon
Date: Thu Sep 27 23:02:56 2018
New Revision: 480834
URL: https://svnweb.freebsd.org/changeset/ports/480834

Log:
  Allow building on powerpc64.
  
  PR:		231759
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/infernal/Makefile

Modified: head/biology/infernal/Makefile
==============================================================================
--- head/biology/infernal/Makefile	Thu Sep 27 23:01:12 2018	(r480833)
+++ head/biology/infernal/Makefile	Thu Sep 27 23:02:56 2018	(r480834)
@@ -11,7 +11,7 @@ COMMENT=	Search sequence databases for structural RNA 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64
 ONLY_FOR_ARCHS_REASON=	requires SSE2 or AltiVec instructions
 
 USES=		gmake


More information about the svn-ports-head mailing list