diff options
author | antoine <antoine@FreeBSD.org> | 2015-04-28 20:29:12 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-04-28 20:29:12 +0800 |
commit | 8e6dfb81a0a2aa81a996e2f62d4e44c577ab6fae (patch) | |
tree | 53dfdbb382c43945670289fded2b5fa7944f9b02 /biology | |
parent | 1c6fb88306e5875406585a872ca47971f730f14d (diff) | |
download | freebsd-ports-gnome-8e6dfb81a0a2aa81a996e2f62d4e44c577ab6fae.tar.gz freebsd-ports-gnome-8e6dfb81a0a2aa81a996e2f62d4e44c577ab6fae.tar.zst freebsd-ports-gnome-8e6dfb81a0a2aa81a996e2f62d4e44c577ab6fae.zip |
Mark BROKEN: fails to configure
===> Configuring for ncbi-blast+-2.2.30_2
configure: error: --localstatedir=/var: unknown option; use --help to show usage
Reported by: pkg-fallout
Diffstat (limited to 'biology')
-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 c2217392c020..21bddc85b49a 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -13,6 +13,8 @@ DISTNAME= ncbi-blast-${PORTVERSION}+-src MAINTAINER= jwbacon@tds.net COMMENT= NCBI implementation of Basic Local Alignment Search Tool +BROKEN= Fails to configure + LICENSE= Public_domain LICENSE_NAME= Public Domain LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE |