diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-05-04 06:08:59 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-05-04 06:08:59 +0000 |
commit | 7fc484154b20db5042c9aa609c1975cd2f8b4159 (patch) | |
tree | 59f29b4e68953e3a832e55e2e136c88cf4454e48 /biology | |
parent | 460825ae1d9ce2945683a49b9882552fd06f4bf6 (diff) | |
download | ports-7fc484154b20db5042c9aa609c1975cd2f8b4159.tar.gz ports-7fc484154b20db5042c9aa609c1975cd2f8b4159.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/ncbi-blast+/Makefile | 2 | ||||
-rw-r--r-- | biology/ncbi-blast+/files/patch-src_build-system_configure | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index 21bddc85b49a..c2217392c020 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -13,8 +13,6 @@ 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 diff --git a/biology/ncbi-blast+/files/patch-src_build-system_configure b/biology/ncbi-blast+/files/patch-src_build-system_configure new file mode 100644 index 000000000000..da2ce4fb374a --- /dev/null +++ b/biology/ncbi-blast+/files/patch-src_build-system_configure @@ -0,0 +1,11 @@ +--- src/build-system/configure.orig 2015-04-27 09:51:45.000000000 -0500 ++++ src/build-system/configure 2015-04-27 09:52:01.000000000 -0500 +@@ -1606,7 +1606,7 @@ + | --with-muparser=* | --with-hdf5=* | --with-jni=* | --with-magic=* \ + | --x-includes=* | --x-libraries=* | --with-3psw=* \ + | --target=* | --with-runpath=* | --with-relative-runpath=* \ +- | --help | --no-create | --no-recursion) ++ | --help | --no-create | --no-recursion | --localstatedir=* ) + ;; + + * ) |