diff options
author | wen <wen@FreeBSD.org> | 2015-05-04 14:08:59 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-05-04 14:08:59 +0800 |
commit | bb3d699969dcdd10de5774f614f505d213220f3a (patch) | |
tree | 59f29b4e68953e3a832e55e2e136c88cf4454e48 /biology | |
parent | 5a914e8ccc2b3f0fc7447aedb0cb82158a687819 (diff) | |
download | freebsd-ports-gnome-bb3d699969dcdd10de5774f614f505d213220f3a.tar.gz freebsd-ports-gnome-bb3d699969dcdd10de5774f614f505d213220f3a.tar.zst freebsd-ports-gnome-bb3d699969dcdd10de5774f614f505d213220f3a.zip |
- Unbreak
PR: 199734
Submitted by: jwbacon@tds.net(maintainer)
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=* ) + ;; + + * ) |