diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 13:35:42 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 13:35:42 +0800 |
commit | 1eec7f09f59347216f60f3b161068f4b9421f626 (patch) | |
tree | 3f5664277523cd01fc46be3888893533a789db8e /biology | |
parent | 52dccf68b3148ab6accc40e1a9f1fcd0e17fe786 (diff) | |
download | freebsd-ports-gnome-1eec7f09f59347216f60f3b161068f4b9421f626.tar.gz freebsd-ports-gnome-1eec7f09f59347216f60f3b161068f4b9421f626.tar.zst freebsd-ports-gnome-1eec7f09f59347216f60f3b161068f4b9421f626.zip |
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
Diffstat (limited to 'biology')
-rw-r--r-- | biology/ncbi-blast+/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index 644194dae2bf..3210fd4ec284 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -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 Local Alignment Search Tool 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++ |