svn commit: r421794 - head/biology/ncbi-blast+

John Marino marino at FreeBSD.org
Sun Sep 11 05:35:43 UTC 2016


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++


More information about the svn-ports-head mailing list