Date: Sun, 11 Sep 2016 05:35:42 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421794 - head/biology/ncbi-blast+ Message-ID: <201609110535.u8B5ZgVX016170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Sep 11 05:35:42 2016 New Revision: 421794 URL: https://svnweb.freebsd.org/changeset/ports/421794 Log: biology/ncbi-blast+: Remove redundant LIB_DEPENDS (bz2 libary) All support platforms have libbz2.so in base, so this port will never pull in archivers/bzip2. Approved by: just-fix-it Modified: head/biology/ncbi-blast+/Makefile Modified: head/biology/ncbi-blast+/Makefile ============================================================================== --- head/biology/ncbi-blast+/Makefile Sun Sep 11 05:26:01 2016 (r421793) +++ head/biology/ncbi-blast+/Makefile Sun Sep 11 05:35:42 2016 (r421794) @@ -3,7 +3,7 @@ PORTNAME= blast+ PORTVERSION= 2.2.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ \ http://acadix.biz/Ports/distfiles/ @@ -16,8 +16,7 @@ COMMENT= NCBI implementation of Basic Lo LICENSE= PD LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE -LIB_DEPENDS= libpcre.so:devel/pcre \ - libbz2.so:archivers/bzip2 +LIB_DEPENDS= libpcre.so:devel/pcre RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils WRKSRC= ${WRKDIR}/${DISTNAME}/c++
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609110535.u8B5ZgVX016170>