diff --git a/biology/fasttree/Makefile b/biology/fasttree/Makefile index 304ee4959939..5df2af1cf9a1 100644 --- a/biology/fasttree/Makefile +++ b/biology/fasttree/Makefile @@ -1,29 +1,28 @@ PORTNAME= FastTree DISTVERSION= 2.1.10 PORTREVISION= 5 CATEGORIES= biology MASTER_SITES= http://www.microbesonline.org/fasttree/ EXTRACT_SUFX= .c MAINTAINER= jwb@FreeBSD.org COMMENT= Approximately-maximum-likelihood phylogenetic trees from alignments LICENSE= GPLv2+ BROKEN_armv6= fails to compile: FastTree-2.1.10.c:305:10: 'omp.h' file not found -BROKEN_armv7= fails to compile: FastTree-2.1.10.c:305:10: 'omp.h' file not found NO_WRKSUBDIR= yes PLIST_FILES= bin/FastTree .include -.if ${ARCH} == powerpc +.if ${ARCH} == armv7 || ${ARCH} == powerpc USES= compiler:gcc-c++11-lib .endif do-extract: @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} @${CP} ${FILESDIR}/Makefile ${WRKSRC} .include