pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

samtools,bcftools: State htslib version requirement



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jul 23 12:35:22 2020 -0500
Changeset:	558da8de6c08e0390e5b93246587dcecfe784572

Modified Files:
	bcftools/Makefile
	samtools/Makefile

Log Message:
samtools,bcftools: State htslib version requirement

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=558da8de6c08e0390e5b93246587dcecfe784572

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bcftools/Makefile | 2 ++
 samtools/Makefile | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/bcftools/Makefile b/bcftools/Makefile
index 0794f984b3..95056d3168 100644
--- a/bcftools/Makefile
+++ b/bcftools/Makefile
@@ -9,6 +9,8 @@ HOMEPAGE=	https://www.htslib.org/
 COMMENT=	Tools for manipulating BCF and VCF variant call files
 LICENSE=	mit
 
+BUILDLINK_API_DEPENDS.htslib+=	htslib>=1.10.2
+
 USE_TOOLS+=	autoconf automake autoreconf bash gmake perl
 GNU_CONFIGURE=	yes
 
diff --git a/samtools/Makefile b/samtools/Makefile
index 645f32fca2..72a54b47b7 100644
--- a/samtools/Makefile
+++ b/samtools/Makefile
@@ -9,6 +9,8 @@ HOMEPAGE=	https://www.htslib.org/
 COMMENT=	Tools for manipulating sequence alignment maps
 LICENSE=	mit
 
+BUILDLINK_API_DEPENDS.htslib+=	htslib>=1.10.2
+
 USE_TOOLS+=	autoconf automake autoreconf bash gmake perl
 GNU_CONFIGURE=	yes
 


Home | Main Index | Thread Index | Old Index