diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2015-03-06 10:39:31 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2015-03-06 10:39:31 +0000 |
commit | 8281385109f1d3d6801b8a136369ea3b9f218cae (patch) | |
tree | 461b07b7442d73611c4595a6b097ae05f87bb757 /biology | |
parent | cde1e7e34a776e59e35992872b10fe02643e2966 (diff) | |
download | ports-8281385109f1d3d6801b8a136369ea3b9f218cae.tar.gz ports-8281385109f1d3d6801b8a136369ea3b9f218cae.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/ncbi-blast+/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index 400e1a69651a..ab900445cd16 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -3,7 +3,7 @@ PORTNAME= blast+ PORTVERSION= 2.2.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ PKGNAMEPREFIX= ncbi- @@ -19,6 +19,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ libbz2.so:${PORTSDIR}/archivers/bzip2 +RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils WRKSRC= ${WRKDIR}/${DISTNAME}/c++ |