diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-03 11:14:53 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-03 11:14:53 +0000 |
commit | ebb1ae8d2b7babbe87e606b64525c2927fc8e322 (patch) | |
tree | f9e62ffa2dccc6bbcf601094d3c339b8442a3706 | |
parent | 638cbfc651b4ba557a211381e94fe1b50a0cf753 (diff) | |
download | ports-ebb1ae8d2b7babbe87e606b64525c2927fc8e322.tar.gz ports-ebb1ae8d2b7babbe87e606b64525c2927fc8e322.zip |
Mark as broken on powerpc64. The entire, unhelpful, error message is:
# gmake[2]: Leaving directory '/wrkdirs/usr/ports/biology/ncbi-blast+/work/ncbi-blast-2.5.0+-src/c++/ReleaseMT/build'
# gmake[1]: *** [Makefile:24: all] Error 2
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=471489
-rw-r--r-- | biology/ncbi-blast+/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index f252f08e1ac4..eafa3c939f9c 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -13,6 +13,8 @@ COMMENT= NCBI implementation of Basic Local Alignment Search Tool LICENSE= PD LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE +BROKEN_powerpc64= fails to build: Error 2 + LIB_DEPENDS= libpcre.so:devel/pcre \ liblmdb.so:databases/lmdb \ liblzo2.so:archivers/lzo2 \ |