diff options
author | Jason W. Bacon <jwb@FreeBSD.org> | 2021-01-11 16:58:13 +0000 |
---|---|---|
committer | Jason W. Bacon <jwb@FreeBSD.org> | 2021-01-11 16:58:13 +0000 |
commit | e1d8f0f9cab482c9d33501c2ca6dd7501e3b1168 (patch) | |
tree | 2c6926a75cd0bfe4215ddaa4af061835690332e5 | |
parent | f5e841741a37f101de8118bc7054ca2c41c39409 (diff) | |
download | ports-e1d8f0f9cab482c9d33501c2ca6dd7501e3b1168.tar.gz ports-e1d8f0f9cab482c9d33501c2ca6dd7501e3b1168.zip |
Notes
-rw-r--r-- | biology/fasttree/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/biology/fasttree/Makefile b/biology/fasttree/Makefile index 4ee19b0e2b6b..6ea29894df91 100644 --- a/biology/fasttree/Makefile +++ b/biology/fasttree/Makefile @@ -2,7 +2,7 @@ PORTNAME= FastTree DISTVERSION= 2.1.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= biology MASTER_SITES= http://www.microbesonline.org/fasttree/ EXTRACT_SUFX= .c @@ -15,8 +15,6 @@ 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 -USES= compiler:openmp - NO_WRKSUBDIR= yes PLIST_FILES= bin/FastTree |