svn commit: r380582 - head/biology/ncbi-blast+
Tilman Keskinoz
arved at FreeBSD.org
Fri Mar 6 10:39:33 UTC 2015
Author: arved
Date: Fri Mar 6 10:39:31 2015
New Revision: 380582
URL: https://svnweb.freebsd.org/changeset/ports/380582
QAT: https://qat.redports.org/buildarchive/r380582/
Log:
Add a run dependency used by update_blastdb.pl
PR: 198331
Submitted by: maintainer
Modified:
head/biology/ncbi-blast+/Makefile
Modified: head/biology/ncbi-blast+/Makefile
==============================================================================
--- head/biology/ncbi-blast+/Makefile Fri Mar 6 10:13:18 2015 (r380581)
+++ head/biology/ncbi-blast+/Makefile Fri Mar 6 10:39:31 2015 (r380582)
@@ -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
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++
More information about the svn-ports-all
mailing list