diff options
author | linimon <linimon@FreeBSD.org> | 2018-09-28 07:02:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-09-28 07:02:56 +0800 |
commit | e540f03aa74ace75aed0e7410b0033d2217570ff (patch) | |
tree | 1185623b0ffc4ff9d6068e00a95a4c04f827aff9 /biology | |
parent | 51813764f3daebd9cd8f2a73f4db4332289202c4 (diff) | |
download | freebsd-ports-gnome-e540f03aa74ace75aed0e7410b0033d2217570ff.tar.gz freebsd-ports-gnome-e540f03aa74ace75aed0e7410b0033d2217570ff.tar.zst freebsd-ports-gnome-e540f03aa74ace75aed0e7410b0033d2217570ff.zip |
Allow building on powerpc64.
PR: 231759
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/infernal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/infernal/Makefile b/biology/infernal/Makefile index 3500844d5c9b..9e65537af33d 100644 --- a/biology/infernal/Makefile +++ b/biology/infernal/Makefile @@ -11,7 +11,7 @@ COMMENT= Search sequence databases for structural RNA homologs 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 |