diff options
Diffstat (limited to 'biology/bcf-score/Makefile')
-rw-r--r-- | biology/bcf-score/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/biology/bcf-score/Makefile b/biology/bcf-score/Makefile index 0436c4b14f2d..dc846f339fad 100644 --- a/biology/bcf-score/Makefile +++ b/biology/bcf-score/Makefile @@ -1,6 +1,6 @@ PORTNAME= bcf-score DISTVERSION= 1.20 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= https://software.broadinstitute.org/software/score/ # Get this right, or ports will download bcftools in it's place via tuple @@ -12,7 +12,7 @@ WWW= https://software.broadinstitute.org/software/score/ LICENSE= MIT -BUILD_DEPENDS= htslib>=1.21:biology/htslib +BUILD_DEPENDS= htslib>=1.22:biology/htslib LIB_DEPENDS= libhts.so:biology/htslib libcholmod.so:math/suitesparse-cholmod TEST_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash bcftools>=${PORTVERSION}:biology/bcftools @@ -23,7 +23,7 @@ USE_PERL5= test GH_ACCOUNT= samtools GH_PROJECT= bcftools -GH_TAGNAME= 1.21 +GH_TAGNAME= 1.22 GNU_CONFIGURE= yes SHEBANG_FILES= misc/* test/test.pl |