diff --git a/biology/fasttree/Makefile b/biology/fasttree/Makefile index 30dd2cd31972..304ee4959939 100644 --- a/biology/fasttree/Makefile +++ b/biology/fasttree/Makefile @@ -1,23 +1,29 @@ 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 +USES= compiler:gcc-c++11-lib +.endif + do-extract: @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} @${CP} ${FILESDIR}/Makefile ${WRKSRC} .include